-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from the-hideout/dependabot/github_actions/gi…
…thub/branch-deploy-8.1.0 Bump github/branch-deploy from 7.2.1 to 8.1.0
- Loading branch information
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: github/branch-deploy@v7.4.0 | ||
- uses: github/branch-deploy@v8.1.0 | ||
id: branch-deploy | ||
with: | ||
admins: the-hideout/core-contributors | ||
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
- name: checkout | ||
if: ${{ steps.branch-deploy.outputs.continue == 'true' }} | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ steps.branch-deploy.outputs.ref }} | ||
|
||
|
@@ -55,7 +55,7 @@ jobs: | |
environment: "development" | ||
|
||
# Post comment on PR with development deploy info | ||
- uses: GrantBirki/[email protected].6 | ||
- uses: GrantBirki/[email protected].7 | ||
if: ${{ steps.branch-deploy.outputs.continue == 'true' && | ||
steps.branch-deploy.outputs.noop != 'true' && | ||
steps.branch-deploy.outputs.environment == 'development' }} | ||
|
@@ -81,7 +81,7 @@ jobs: | |
apiToken: ${{ secrets.CF_API_TOKEN }} | ||
|
||
# Post comment on PR with production deploy info | ||
- uses: GrantBirki/[email protected].6 | ||
- uses: GrantBirki/[email protected].7 | ||
if: ${{ steps.branch-deploy.outputs.continue == 'true' && | ||
steps.branch-deploy.outputs.noop != 'true' && | ||
steps.branch-deploy.outputs.environment == 'production' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
|
||
steps: | ||
# Comment on new PR requests with deployment instructions | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: comment | ||
uses: GrantBirki/[email protected].6 | ||
uses: GrantBirki/[email protected].7 | ||
continue-on-error: true | ||
with: | ||
file: .github/new-pr-comment.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters