mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-29 19:43:17 +00:00
Update bobheadxi/deployments action to v1.3.0 (#2145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c5165443a3
commit
1a51964241
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-pr.yml
vendored
4
.github/workflows/deploy-pr.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: rm -r .next/cache
|
||||
|
||||
- name: Mark GitHub deployment as started
|
||||
uses: bobheadxi/deployments@v1.2.0
|
||||
uses: bobheadxi/deployments@v1.3.0
|
||||
id: github-deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
- name: Mark GitHub deployment as finished
|
||||
if: always()
|
||||
uses: bobheadxi/deployments@v1.2.0
|
||||
uses: bobheadxi/deployments@v1.3.0
|
||||
with:
|
||||
step: finish
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue