We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a07438 commit 51462afCopy full SHA for 51462af
1 file changed
.github/workflows/ci.yml
@@ -17,14 +17,9 @@ jobs:
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 }}"
+ echo "::debug title=Pull Request Number::The PR number is %0A %0An%0A ${{ github.event.number }}"
21
fi
22
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
-
28
- name: Checkout repo
29
uses: actions/checkout@v5
30
with:
0 commit comments