Update explorer_preview.yml

This commit is contained in:
axleiro 2021-12-09 17:25:33 +05:30 committed by GitHub
parent c665fc7a9b
commit 7b722abb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +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: # with:
ref: ${{ github.event.pull_request.head.sha }} # ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '14'