Skip to content

Commit bbb23bf

Browse files
authored
Attach metadata to artifacts
1 parent b8b1fd4 commit bbb23bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Attach docs metadata
4545
run: |
46-
echo "{\"pr_number\":${{ github.event.number }},\"artifact_id\":${{ steps.docs-upload.outputs.artifact-id }}}" > test/tmp/contents/doc/gh.json
46+
echo "{\"number\":${{ github.event.number }}}" > test/tmp/contents/doc/gh.json
4747
4848
- name: Upload docs
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)