Update explorer_preview.yml
This commit is contained in:
2
.github/workflows/explorer_preview.yml
vendored
2
.github/workflows/explorer_preview.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
|||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- uses: amondnet/vercel-action@v20
|
- uses: amondnet/vercel-action@v20
|
||||||
with:
|
with:
|
||||||
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
|
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
|
||||||
|
Reference in New Issue
Block a user