Update bobheadxi/deployments action to v1 (#1884)

* Update bobheadxi/deployments action to v1

Signed-off-by: Renovate Bot <bot@renovateapp.com>

* Migrate deploy action

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
renovate[bot] 2022-02-27 17:26:59 +00:00 committed by GitHub
parent c95346330d
commit b2fc852e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -44,13 +44,13 @@ jobs:
run: rm -r .next/cache
- name: Mark GitHub deployment as started
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.0.1
id: github-deployment
with:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
env: "Latest main"
no_override: false
override: true
ref: ${{ github.ref }}
- name: Run netlify CLI deployment
@ -61,7 +61,7 @@ jobs:
- name: Mark GitHub deployment as finished
if: always()
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.0.1
with:
step: finish
token: ${{ secrets.GITHUB_TOKEN }}
@ -69,4 +69,4 @@ jobs:
logs: ${{ steps.netlify-result.outputs.logs }}
status: ${{ job.status }}
deployment_id: ${{ steps.github-deployment.outputs.deployment_id }}
no_override: false
override: true

View file

@ -44,13 +44,13 @@ jobs:
run: rm -r .next/cache
- name: Mark GitHub deployment as started
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.0.1
id: github-deployment
with:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
env: "PR #${{ github.event.number }}"
no_override: false
override: true
ref: ${{ github.head_ref }}
- name: Run netlify CLI deployment
@ -61,7 +61,7 @@ jobs:
- name: Mark GitHub deployment as finished
if: always()
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.0.1
with:
step: finish
token: ${{ secrets.GITHUB_TOKEN }}
@ -69,4 +69,4 @@ jobs:
logs: ${{ steps.netlify-result.outputs.logs }}
status: ${{ job.status }}
deployment_id: ${{ steps.github-deployment.outputs.deployment_id }}
no_override: false
override: true