Skip to content

Commit

Permalink
step-3
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 1220aff commit a429f47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Execute script
id: execute-script
run: |
echo "PR_COMMIT_PARITY_OUTPUT=$(./tools/pr-commit-parity.sh $GITHUB_CONTEXT)" >> $GITHUB_ENV
PR_COMMIT_PARITY_OUTPUT=$(./tools/pr-commit-parity.sh $GITHUB_CONTEXT)
echo "$PR_COMMIT_PARITY_OUTPUT" >> "$GITHUB_OUTPUT"
- name: See script output
run: |
echo "$PR_COMMIT_PARITY_OUTPUT"
echo "${{ steps.pr-commit-parity.outputs.PR_COMMIT_PARITY_OUTPUT }}"

0 comments on commit a429f47

Please sign in to comment.