Skip to content

Commit 1506a6c

Browse files
committed
Update integration.yml
1 parent 1230c33 commit 1506a6c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/integration.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ on:
1717
jobs:
1818
# Deploys cross repo with an access token.
1919
integration-cross-repo-push:
20+
container: node:16.13
2021
runs-on: ubuntu-latest
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v3
2425

2526
- name: Build and Deploy
26-
uses: JamesIves/github-pages-deploy-action@v4.3.0
27+
uses: JamesIves/github-pages-deploy-action@releases/v4
2728
with:
2829
git-config-name: Montezuma
2930
git-config-email: [email protected]
@@ -44,7 +45,7 @@ jobs:
4445
uses: actions/checkout@v3
4546

4647
- name: Build and Deploy
47-
uses: JamesIves/github-pages-deploy-action@v4.3.0
48+
uses: JamesIves/github-pages-deploy-action@releases/v4
4849
with:
4950
token: ${{ secrets.ACCESS_TOKEN }}
5051
branch: gh-pages
@@ -71,7 +72,7 @@ jobs:
7172
persist-credentials: false
7273

7374
- name: Build and Deploy
74-
uses: JamesIves/github-pages-deploy-action@v4.3.0
75+
uses: JamesIves/github-pages-deploy-action@releases/v4
7576
with:
7677
branch: gh-pages
7778
folder: integration
@@ -103,7 +104,7 @@ jobs:
103104
apt-get update && apt-get install -y rsync
104105
105106
- name: Build and Deploy
106-
uses: JamesIves/github-pages-deploy-action@v4.3.0
107+
uses: JamesIves/github-pages-deploy-action@releases/v4
107108
with:
108109
branch: gh-pages
109110
folder: integration
@@ -127,7 +128,7 @@ jobs:
127128
persist-credentials: false
128129

129130
- name: Build and Deploy
130-
uses: JamesIves/github-pages-deploy-action@v4.3.0
131+
uses: JamesIves/github-pages-deploy-action@releases/v4
131132
with:
132133
ssh-key: ${{ secrets.DEPLOY_KEY }}
133134
branch: gh-pages
@@ -157,7 +158,7 @@ jobs:
157158
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
158159

159160
- name: Build and Deploy
160-
uses: JamesIves/github-pages-deploy-action@v4.3.0
161+
uses: JamesIves/github-pages-deploy-action@releases/v4
161162
with:
162163
ssh-key: true
163164
branch: gh-pages
@@ -186,7 +187,7 @@ jobs:
186187
persist-credentials: false
187188

188189
- name: Build and Deploy
189-
uses: JamesIves/github-pages-deploy-action@v4.3.0
190+
uses: JamesIves/github-pages-deploy-action@releases/v4
190191
with:
191192
ssh-key: ${{ secrets.DEPLOY_KEY }}
192193
branch: gh-pages
@@ -195,7 +196,7 @@ jobs:
195196
silent: true
196197

197198
- name: Build and Deploy
198-
uses: JamesIves/github-pages-deploy-action@v4.3.0
199+
uses: JamesIves/github-pages-deploy-action@releases/v4
199200
with:
200201
ssh-key: ${{ secrets.DEPLOY_KEY }}
201202
branch: gh-pages
@@ -228,7 +229,7 @@ jobs:
228229
persist-credentials: false
229230

230231
- name: Build and Deploy
231-
uses: JamesIves/github-pages-deploy-action@v4.3.0
232+
uses: JamesIves/github-pages-deploy-action@releases/v4
232233
with:
233234
token: ${{ secrets.ACCESS_TOKEN }}
234235
branch: gh-pages
@@ -247,7 +248,7 @@ jobs:
247248
persist-credentials: false
248249

249250
- name: Build and Deploy
250-
uses: JamesIves/github-pages-deploy-action@v4.3.0
251+
uses: JamesIves/github-pages-deploy-action@releases/v4
251252
with:
252253
token: ${{ secrets.ACCESS_TOKEN }}
253254
branch: integration-test-delete-prod
@@ -256,7 +257,7 @@ jobs:
256257
silent: true
257258

258259
- name: Build and Deploy
259-
uses: JamesIves/github-pages-deploy-action@v4.3.0
260+
uses: JamesIves/github-pages-deploy-action@releases/v4
260261
with:
261262
token: ${{ secrets.ACCESS_TOKEN }}
262263
branch: integration-test-delete-prod
@@ -284,7 +285,7 @@ jobs:
284285
run: echo $RANDOM > integration/1
285286

286287
- name: Build and Deploy
287-
uses: JamesIves/github-pages-deploy-action@v4.3.0
288+
uses: JamesIves/github-pages-deploy-action@releases/v4
288289
with:
289290
git-config-name: Montezuma
290291
git-config-email: [email protected]
@@ -306,7 +307,7 @@ jobs:
306307
run: echo $RANDOM > integration/2
307308

308309
- name: Build and Deploy
309-
uses: JamesIves/github-pages-deploy-action@v4.3.0
310+
uses: JamesIves/github-pages-deploy-action@releases/v4
310311
with:
311312
git-config-name: Montezuma
312313
git-config-email: [email protected]

0 commit comments

Comments
 (0)