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 4523e45 commit 1e95075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
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=$PR_COMMIT_PARITY_OUTPUT" >> "$GITHUB_OUTPUT"
- name: List all the packages affected by diff
run: echo "The output is ${{ steps.get-affected-packages-from-diff.outputs.PR_COMMIT_PARITY_OUTPUT }}"
- name: List output
run: echo "The output is ${{ steps.execute-script.outputs.PR_COMMIT_PARITY_OUTPUT }}"

0 comments on commit 1e95075

Please sign in to comment.