We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d3f05 commit 7a490d3Copy full SHA for 7a490d3
.github/workflows/deploy-preview.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
if: ${{github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'}}
14
steps:
15
+ - uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
node-version: '18'
0 commit comments