Skip to content

Commit f914ff8

Browse files
authored
Update ci.yml - name: Print pull request number as annotation run: | if [ "${{ github.event_name }}" = "pull_request" ]; then echo "::notice title=Pull Request Number::The PR number is ${{ github.event.number }}" fi
1 parent 714c96e commit f914ff8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
timeout-minutes: 5
1515

1616
steps:
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 ${{ github.event.number }}"
21+
fi
22+
1723
- name: Checkout repo
1824
uses: actions/checkout@v5
1925
with:

0 commit comments

Comments
 (0)