1 parent 51462af commit 31d8106Copy full SHA for 31d8106
1 file changed
.github/workflows/ci.yml
@@ -17,9 +17,12 @@ jobs:
17
- name: Print pull request number as annotation
18
run: |
19
if [ "${{ github.event_name }}" = "pull_request" ]; then
20
- echo "::debug title=Pull Request Number::The PR number is %0A %0An%0A ${{ github.event.number }}"
+ echo "::debug title=Pull Request Number::The PR number is ${{ github.event.number }}"
21
fi
22
23
+ echo "test1" >> $GITHUB_STEP_SUMMARY
24
+ echo "test2" >> $GITHUB_STEP_SUMMARY
25
+
26
- name: Checkout repo
27
uses: actions/checkout@v5
28
with:
0 commit comments