Skip to content

Commit 51462af

Browse files
authored
Update ci.yml
1 parent 2a07438 commit 51462af

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ 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 ${{ github.event.number }}"
20+
echo "::debug title=Pull Request Number::The PR number is %0A %0An%0A ${{ github.event.number }}"
2121
fi
2222
23-
echo "::debug title=Pull Request Number::<<EOF"
24-
echo "The PR number is ${{ github.event.number }}"
25-
echo "Another line"
26-
echo "EOF"
27-
2823
- name: Checkout repo
2924
uses: actions/checkout@v5
3025
with:

0 commit comments

Comments
 (0)