Skip to content

Commit bdb491d

Browse files
authored
Update pull request number logging in CI workflow
1 parent 685e02d commit bdb491d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Print pull request number as annotation
1818
run: |
1919
if [ "${{ github.event_name }}" = "pull_request" ]; then
20-
echo "::notice title=Pull Request Number::The PR number is %0A %0An%0A ${{ github.event.number }}"
20+
echo "::notice title=debug_pull_request_number_str::${{ github.event.number }}"
2121
fi
2222
2323
echo "test1" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)