mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
Fix environment variable
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
18e778efe0
commit
790129690b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest
|
||||
target: "${{ matrix.images.target }}"
|
||||
|
||||
- name: Update ${{ matrix.images.deployment-environment-identifier }} Deployment
|
||||
- name: Update ${{ matrix.images.environment }} Deployment
|
||||
uses: bobheadxi/deployments@v1.3.0
|
||||
with:
|
||||
step: finish
|
||||
|
|
Loading…
Reference in a new issue