Skip to content

Commit

Permalink
step-6
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Jul 15, 2024
1 parent 08ba4d9 commit 35e672a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
PULL_REQ_TITLE: ${{ github.event.pull_request.title }}
PULL_REQ_BODY: ${{ github.event.pull_request.body }}
run: |
apt get update
apt install curl -y
PR_COMMIT_PARITY_OUTPUT=$(./tools/pr-commit-parity.sh "GITHUB_REPO" "$GITHUB_ACTION_SCOPED_AUTH_TOKEN" "PULL_REQ_URL" "$PULL_REQ_TITLE" "$PULL_REQ_BODY")
echo $PR_COMMIT_PARITY_OUTPUT
./tools/pr-commit-parity.sh "GITHUB_REPO" "$GITHUB_ACTION_SCOPED_AUTH_TOKEN" "PULL_REQ_URL" "$PULL_REQ_TITLE" "$PULL_REQ_BODY"
- name: Commit message list
run: cat COMMIT_MESSAGES.txt

0 comments on commit 35e672a

Please sign in to comment.