mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Bump bobheadxi/deployments from 1.1.0 to 1.2.0 (#2896)
Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
224ebe7cbf
commit
c8ed73eba3
2 changed files with 4 additions and 4 deletions
4
.github/workflows/deploy-production.yml
vendored
4
.github/workflows/deploy-production.yml
vendored
|
@ -231,7 +231,7 @@ jobs:
|
|||
#########################
|
||||
- name: Start deployment
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
|
||||
uses: bobheadxi/deployments@v1.1.0
|
||||
uses: bobheadxi/deployments@v1.2.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -308,7 +308,7 @@ jobs:
|
|||
#########################
|
||||
- name: Update deployment status
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
|
||||
uses: bobheadxi/deployments@v1.1.0
|
||||
uses: bobheadxi/deployments@v1.2.0
|
||||
with:
|
||||
step: finish
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
4
.github/workflows/deploy-release.yml
vendored
4
.github/workflows/deploy-release.yml
vendored
|
@ -110,7 +110,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v1.1.0
|
||||
uses: bobheadxi/deployments@v1.2.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v1.1.0
|
||||
uses: bobheadxi/deployments@v1.2.0
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
Loading…
Reference in a new issue