We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd052 commit fe5d254Copy full SHA for fe5d254
.github/workflows/pr-preview.yml
@@ -7,7 +7,7 @@ jobs:
7
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
8
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
9
GH_PR_TOKEN: ${{ secrets.GH_PR_TOKEN }}
10
- GH_PR_NUM: ${{ github.event.number }}
+ GH_PR_NUM: ${{ github.event.number }}
11
steps:
12
- uses: actions/checkout@v2
13
# Yes, we really want to checkout the PR
@@ -24,6 +24,7 @@ jobs:
24
- uses: actions/setup-node@v1
25
with:
26
node-version: '18'
27
+ - run: corepack enable
28
- uses: actions/cache@v4
29
id: yarn-cache
30
name: Load npm deps from cache
0 commit comments