We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6028720 commit 72d436cCopy full SHA for 72d436c
.github/workflows/pr-comment.yml
@@ -61,20 +61,20 @@ jobs:
61
run: unzip pr_info.zip
62
63
- name: "DEBUG: show dir layout"
64
- run: ls -aohR "${{ github.workspace }}"
+ run: ls -aohR
65
66
- name: Read PR number
67
id: pr_number
68
shell: bash
69
run: |
70
- value=$(<"${{ github.workspace }}/pr/pr_number")
+ value=$(<"pr_number")
71
echo "PR_NR=$value" >> "$GITHUB_OUTPUT"
72
73
- name: Read Wiki artifact URL
74
id: artifact_url
75
76
77
- value=$(<"${{ github.workspace }}/pr/artifact_url")
+ value=$(<"artifact_url")
78
echo "URL=$value" >> "$GITHUB_OUTPUT"
79
80
- name: "DEBUG: show grabbed PR nr"
0 commit comments