ci(fix): `docs-preview-deploy.yml` - Use the correct setting names (#3843)
This commit is contained in:
parent
4a05d7bb7c
commit
204825fa5a
|
@ -28,8 +28,8 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: preview-build
|
name: preview-build
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run_id: ${{ github.event.workflow_run.id }}
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
||||||
- name: 'Extract build artifact'
|
- name: 'Extract build artifact'
|
||||||
run: tar -xf artifact.tar.zst
|
run: tar -xf artifact.tar.zst
|
||||||
|
|
Loading…
Reference in New Issue