mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Add missing parameter for deployment action
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
8ccb615651
commit
6e7afbac9b
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deploy-main.yml
vendored
1
.github/workflows/deploy-main.yml
vendored
|
@ -66,6 +66,7 @@ jobs:
|
|||
step: finish
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env_url: ${{ steps.netlify-result.outputs.url }}
|
||||
env: ${{ steps.github-deployment.outputs.env }}
|
||||
logs: ${{ steps.netlify-result.outputs.logs }}
|
||||
status: ${{ job.status }}
|
||||
deployment_id: ${{ steps.github-deployment.outputs.deployment_id }}
|
||||
|
|
1
.github/workflows/deploy-pr.yml
vendored
1
.github/workflows/deploy-pr.yml
vendored
|
@ -66,6 +66,7 @@ jobs:
|
|||
step: finish
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env_url: ${{ steps.netlify-result.outputs.url }}
|
||||
env: ${{ steps.github-deployment.outputs.env }}
|
||||
logs: ${{ steps.netlify-result.outputs.logs }}
|
||||
status: ${{ job.status }}
|
||||
deployment_id: ${{ steps.github-deployment.outputs.deployment_id }}
|
||||
|
|
Loading…
Reference in a new issue