Skip to content

Commit a6f97b1

Browse files
committed
Merge branch 'dev' into releases/v4
2 parents 8991156 + b844444 commit a6f97b1

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Workflow dispatch event that pushes the current version to the release branch.
1414
# From here the secondary production deployment workflow will trigger to build the dependencies.
1515
- name: Deploy 🚀
16-
uses: JamesIves/github-pages-deploy-action@4.1.9
16+
uses: JamesIves/github-pages-deploy-action@4.2.0
1717
with:
1818
branch: releases/v4
1919
folder: .

.github/workflows/integration.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Build and Deploy
26-
uses: JamesIves/github-pages-deploy-action@4.1.9
26+
uses: JamesIves/github-pages-deploy-action@4.2.0
2727
with:
2828
git-config-name: Montezuma
2929
git-config-email: [email protected]
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v1
4545

4646
- name: Build and Deploy
47-
uses: JamesIves/github-pages-deploy-action@4.1.9
47+
uses: JamesIves/github-pages-deploy-action@4.2.0
4848
with:
4949
token: ${{ secrets.ACCESS_TOKEN }}
5050
branch: gh-pages
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Build and Deploy
74-
uses: JamesIves/github-pages-deploy-action@4.1.9
74+
uses: JamesIves/github-pages-deploy-action@4.2.0
7575
with:
7676
branch: gh-pages
7777
folder: integration
@@ -103,7 +103,7 @@ jobs:
103103
apt-get update && apt-get install -y rsync
104104
105105
- name: Build and Deploy
106-
uses: JamesIves/github-pages-deploy-action@4.1.9
106+
uses: JamesIves/github-pages-deploy-action@4.2.0
107107
with:
108108
branch: gh-pages
109109
folder: integration
@@ -127,7 +127,7 @@ jobs:
127127
persist-credentials: false
128128

129129
- name: Build and Deploy
130-
uses: JamesIves/github-pages-deploy-action@4.1.9
130+
uses: JamesIves/github-pages-deploy-action@4.2.0
131131
with:
132132
ssh-key: ${{ secrets.DEPLOY_KEY }}
133133
branch: gh-pages
@@ -157,7 +157,7 @@ jobs:
157157
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
158158

159159
- name: Build and Deploy
160-
uses: JamesIves/github-pages-deploy-action@4.1.9
160+
uses: JamesIves/github-pages-deploy-action@4.2.0
161161
with:
162162
ssh-key: true
163163
branch: gh-pages
@@ -186,7 +186,7 @@ jobs:
186186
persist-credentials: false
187187

188188
- name: Build and Deploy
189-
uses: JamesIves/github-pages-deploy-action@4.1.9
189+
uses: JamesIves/github-pages-deploy-action@4.2.0
190190
with:
191191
ssh-key: ${{ secrets.DEPLOY_KEY }}
192192
branch: gh-pages
@@ -195,7 +195,7 @@ jobs:
195195
silent: true
196196

197197
- name: Build and Deploy
198-
uses: JamesIves/github-pages-deploy-action@4.1.9
198+
uses: JamesIves/github-pages-deploy-action@4.2.0
199199
with:
200200
ssh-key: ${{ secrets.DEPLOY_KEY }}
201201
branch: gh-pages
@@ -228,7 +228,7 @@ jobs:
228228
persist-credentials: false
229229

230230
- name: Build and Deploy
231-
uses: JamesIves/github-pages-deploy-action@4.1.9
231+
uses: JamesIves/github-pages-deploy-action@4.2.0
232232
with:
233233
token: ${{ secrets.ACCESS_TOKEN }}
234234
branch: gh-pages
@@ -247,7 +247,7 @@ jobs:
247247
persist-credentials: false
248248

249249
- name: Build and Deploy
250-
uses: JamesIves/github-pages-deploy-action@4.1.9
250+
uses: JamesIves/github-pages-deploy-action@4.2.0
251251
with:
252252
token: ${{ secrets.ACCESS_TOKEN }}
253253
branch: integration-test-delete-prod
@@ -256,7 +256,7 @@ jobs:
256256
silent: true
257257

258258
- name: Build and Deploy
259-
uses: JamesIves/github-pages-deploy-action@4.1.9
259+
uses: JamesIves/github-pages-deploy-action@4.2.0
260260
with:
261261
token: ${{ secrets.ACCESS_TOKEN }}
262262
branch: integration-test-delete-prod

.github/workflows/sponsors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Generate Sponsors 💖
15-
uses: JamesIves/[email protected].6
15+
uses: JamesIves/[email protected].7
1616
with:
1717
token: ${{ secrets.PAT }}
1818
file: 'README.md'
1919
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="" /></a>'
2020
minimum: 500
2121

2222
- name: Deploy to GitHub Pages
23-
uses: JamesIves/github-pages-deploy-action@4.1.9
23+
uses: JamesIves/github-pages-deploy-action@4.2.0
2424
with:
2525
branch: dev
2626
folder: '.'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jamesives/github-pages-deploy-action",
33
"description": "GitHub action for building a project and deploying it to GitHub pages.",
44
"author": "James Ives <[email protected]> (https://jamesiv.es)",
5-
"version": "4.1.9",
5+
"version": "4.2.0",
66
"license": "MIT",
77
"main": "lib/lib.js",
88
"types": "lib/lib.d.ts",

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const checkParameters = (action: ActionInterface): void => {
7373
}
7474

7575
if (
76-
SupportedOperatingSystems.includes(
76+
!SupportedOperatingSystems.includes(
7777
process.env.RUNNER_OS as OperatingSystems
7878
)
7979
) {

0 commit comments

Comments
 (0)