From 6905233913c520129557fdf29b717418eec67ad2 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 6 Jan 2022 15:36:57 +0000 Subject: [PATCH 1/4] =?UTF-8?q?Release=204.2.0=20=F0=9F=93=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6ed2518..a23c1193 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@jamesives/github-pages-deploy-action", "description": "GitHub action for building a project and deploying it to GitHub pages.", "author": "James Ives (https://jamesiv.es)", - "version": "4.1.9", + "version": "4.2.0", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts", From 5608b8174def7f2bb52fd00daf3c8675e49bd977 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 6 Jan 2022 10:41:48 -0500 Subject: [PATCH 2/4] Update sponsors.yml --- .github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 0f43d267..68ca5eed 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Generate Sponsors 💖 - uses: JamesIves/github-sponsors-readme-action@1.0.6 + uses: JamesIves/github-sponsors-readme-action@1.0.7 with: token: ${{ secrets.PAT }} file: 'README.md' From 53efaaaccb4d063676b95499375ad7b390600cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:30:46 +0000 Subject: [PATCH 3/4] Bump JamesIves/github-pages-deploy-action from 4.1.9 to 4.2.0 (#992) --- .github/workflows/deploy.yml | 2 +- .github/workflows/integration.yml | 22 +++++++++++----------- .github/workflows/sponsors.yml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c724934d..798cfd97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: # Workflow dispatch event that pushes the current version to the release branch. # From here the secondary production deployment workflow will trigger to build the dependencies. - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: branch: releases/v4 folder: . diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 75e5c251..0a7b3fee 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v1 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages @@ -71,7 +71,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: branch: gh-pages folder: integration @@ -103,7 +103,7 @@ jobs: apt-get update && apt-get install -y rsync - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: branch: gh-pages folder: integration @@ -127,7 +127,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages @@ -157,7 +157,7 @@ jobs: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: ssh-key: true branch: gh-pages @@ -186,7 +186,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages @@ -195,7 +195,7 @@ jobs: silent: true - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages @@ -228,7 +228,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages @@ -247,7 +247,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: token: ${{ secrets.ACCESS_TOKEN }} branch: integration-test-delete-prod @@ -256,7 +256,7 @@ jobs: silent: true - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: token: ${{ secrets.ACCESS_TOKEN }} branch: integration-test-delete-prod diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 68ca5eed..5deae910 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -20,7 +20,7 @@ jobs: minimum: 500 - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@4.2.0 with: branch: dev folder: '.' From b8444443aba66c6a0e57dfdf31a74f8745c6ad4e Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 9 Jan 2022 11:02:54 -0500 Subject: [PATCH 4/4] Fixes warning --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index ae44704d..e3bab3fb 100644 --- a/src/util.ts +++ b/src/util.ts @@ -73,7 +73,7 @@ export const checkParameters = (action: ActionInterface): void => { } if ( - SupportedOperatingSystems.includes( + !SupportedOperatingSystems.includes( process.env.RUNNER_OS as OperatingSystems ) ) {