File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ concurrency:
1212env :
1313 STAGE : ${{ github.ref == 'refs/heads/main' && 'prod' || format('pr-{0}', github.event.number) }}
1414 COMMAND : ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && 'destroy' || 'deploy' }}
15- SHA : ${{ github.event.pull_request.head.sha || github.sha }}
1615
1716jobs :
1817 deploy-or-destroy :
2423 steps :
2524 - uses : actions/checkout@v4
2625 with :
27- ref : ${{ env.SHA }}
26+ ref : ${{ github.sha }}
2827
2928 - uses : pnpm/action-setup@v4
3029
4039 ALCHEMY_STATE_TOKEN : ${{ secrets.ALCHEMY_STATE_TOKEN }}
4140 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
4241 PULL_REQUEST : ${{ github.event.number }}
43- GITHUB_SHA : ${{ env.SHA }}
42+ GITHUB_SHA : ${{ github.sha }}
4443 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments