Skip to content

Commit 6c4d29f

Browse files
committed
Update yml file
1 parent 610cdeb commit 6c4d29f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/comment-docs-preview.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
run-id: ${{ github.event.workflow_run.id }}
2323

24+
- name: Debug artifact contents # <-- add this temporarily
25+
run: find . -type f | head -30
26+
2427
- name: Read PR number
2528
id: pr
26-
run: echo "number=$(cat pr_number.txt)" >> $GITHUB_OUTPUT
29+
run: echo "number=$(find . -name "pr_number.txt" | head -1 | xargs cat)" >> $GITHUB_OUTPUT
2730

2831
- name: Read build log
2932
id: log

0 commit comments

Comments
 (0)