Skip to content

Commit 31d8106

Browse files
authored
Update ci.yml
1 parent 51462af commit 31d8106

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
- name: Print pull request number as annotation
1818
run: |
1919
if [ "${{ github.event_name }}" = "pull_request" ]; then
20-
echo "::debug title=Pull Request Number::The PR number is %0A %0An%0A ${{ github.event.number }}"
20+
echo "::debug title=Pull Request Number::The PR number is ${{ github.event.number }}"
2121
fi
2222
23+
echo "test1" >> $GITHUB_STEP_SUMMARY
24+
echo "test2" >> $GITHUB_STEP_SUMMARY
25+
2326
- name: Checkout repo
2427
uses: actions/checkout@v5
2528
with:

0 commit comments

Comments
 (0)