mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 06:45:47 -04:00
Update bobheadxi/deployments action to v1.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ec843083b4
commit
66bde48f94
2 changed files with 4 additions and 4 deletions
4
.github/workflows/deploy-main.yml
vendored
4
.github/workflows/deploy-main.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
run: rm -r .next/cache
|
run: rm -r .next/cache
|
||||||
|
|
||||||
- name: Mark GitHub deployment as started
|
- name: Mark GitHub deployment as started
|
||||||
uses: bobheadxi/deployments@v1.0.1
|
uses: bobheadxi/deployments@v1.1.0
|
||||||
id: github-deployment
|
id: github-deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
|
|
||||||
- name: Mark GitHub deployment as finished
|
- name: Mark GitHub deployment as finished
|
||||||
if: always()
|
if: always()
|
||||||
uses: bobheadxi/deployments@v1.0.1
|
uses: bobheadxi/deployments@v1.1.0
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
4
.github/workflows/deploy-pr.yml
vendored
4
.github/workflows/deploy-pr.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
run: rm -r .next/cache
|
run: rm -r .next/cache
|
||||||
|
|
||||||
- name: Mark GitHub deployment as started
|
- name: Mark GitHub deployment as started
|
||||||
uses: bobheadxi/deployments@v1.0.1
|
uses: bobheadxi/deployments@v1.1.0
|
||||||
id: github-deployment
|
id: github-deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
|
|
||||||
- name: Mark GitHub deployment as finished
|
- name: Mark GitHub deployment as finished
|
||||||
if: always()
|
if: always()
|
||||||
uses: bobheadxi/deployments@v1.0.1
|
uses: bobheadxi/deployments@v1.1.0
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue