Skip to content

Commit 72d436c

Browse files
committed
Next attempt
1 parent 6028720 commit 72d436c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ jobs:
6161
run: unzip pr_info.zip
6262

6363
- name: "DEBUG: show dir layout"
64-
run: ls -aohR "${{ github.workspace }}"
64+
run: ls -aohR
6565

6666
- name: Read PR number
6767
id: pr_number
6868
shell: bash
6969
run: |
70-
value=$(<"${{ github.workspace }}/pr/pr_number")
70+
value=$(<"pr_number")
7171
echo "PR_NR=$value" >> "$GITHUB_OUTPUT"
7272
7373
- name: Read Wiki artifact URL
7474
id: artifact_url
7575
shell: bash
7676
run: |
77-
value=$(<"${{ github.workspace }}/pr/artifact_url")
77+
value=$(<"artifact_url")
7878
echo "URL=$value" >> "$GITHUB_OUTPUT"
7979
8080
- name: "DEBUG: show grabbed PR nr"

0 commit comments

Comments
 (0)