Skip to content

Commit

Permalink
fixed lack of echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 2, 2024
1 parent 099c5b9 commit ef34318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "Result is $RESULT"
env:
RESULT: ${{ needs.build.outputs.result }}
- run: This run id is ${{ github.run_id }}
- run: echo "This run id is ${{ github.run_id }}"
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ef34318

Please sign in to comment.