We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685e02d commit bdb491dCopy full SHA for bdb491d
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Print pull request number as annotation
18
run: |
19
if [ "${{ github.event_name }}" = "pull_request" ]; then
20
- echo "::notice title=Pull Request Number::The PR number is %0A %0An%0A ${{ github.event.number }}"
+ echo "::notice title=debug_pull_request_number_str::${{ github.event.number }}"
21
fi
22
23
echo "test1" >> $GITHUB_STEP_SUMMARY
0 commit comments