mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Add parameter env to step Update deployment status (#2639)
This commit is contained in:
parent
4b16b5b473
commit
ed275dd57d
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deploy-production.yml
vendored
1
.github/workflows/deploy-production.yml
vendored
|
@ -314,4 +314,5 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
status: ${{ job.status }}
|
||||
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
||||
env: ${{ steps.deployment.outputs.env }}
|
||||
env_url: https://github.com/github/super-linter
|
||||
|
|
1
.github/workflows/deploy-release.yml
vendored
1
.github/workflows/deploy-release.yml
vendored
|
@ -143,6 +143,7 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
status: ${{ job.status }}
|
||||
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
||||
env: ${{ steps.deployment.outputs.env }}
|
||||
env_url: https://github.com/github/super-linter/releases/tag/${{ env.RELEASE_VERSION }}
|
||||
|
||||
#######################################################
|
||||
|
|
Loading…
Reference in a new issue