ci(fix): `docs-preview-deploy.yml` - Use the correct setting names (#3843)

This commit is contained in:
Brennan Kinney 2024-01-28 20:41:19 +13:00 committed by GitHub
parent 4a05d7bb7c
commit 204825fa5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: preview-build
github_token: ${{ secrets.GITHUB_TOKEN }}
run_id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: 'Extract build artifact'
run: tar -xf artifact.tar.zst