There was an error while loading. Please reload this page.
1 parent 610cdeb commit 6c4d29fCopy full SHA for 6c4d29f
1 file changed
.github/workflows/comment-docs-preview.yml
@@ -21,9 +21,12 @@ jobs:
21
github-token: ${{ secrets.GITHUB_TOKEN }}
22
run-id: ${{ github.event.workflow_run.id }}
23
24
+ - name: Debug artifact contents # <-- add this temporarily
25
+ run: find . -type f | head -30
26
+
27
- name: Read PR number
28
id: pr
- run: echo "number=$(cat pr_number.txt)" >> $GITHUB_OUTPUT
29
+ run: echo "number=$(find . -name "pr_number.txt" | head -1 | xargs cat)" >> $GITHUB_OUTPUT
30
31
- name: Read build log
32
id: log
0 commit comments