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 b8b1fd4 commit bbb23bfCopy full SHA for bbb23bf
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Attach docs metadata
45
run: |
46
- echo "{\"pr_number\":${{ github.event.number }},\"artifact_id\":${{ steps.docs-upload.outputs.artifact-id }}}" > test/tmp/contents/doc/gh.json
+ echo "{\"number\":${{ github.event.number }}}" > test/tmp/contents/doc/gh.json
47
48
- name: Upload docs
49
uses: actions/upload-artifact@v4
0 commit comments