mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Clean up step names
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
632231e524
commit
18e778efe0
2 changed files with 2 additions and 2 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 the deployment status for the ${{ matrix.images.deployment-environment-identifier }} environment
|
||||
- name: Update ${{ matrix.images.deployment-environment-identifier }} Deployment
|
||||
uses: bobheadxi/deployments@v1.3.0
|
||||
with:
|
||||
step: finish
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Run Test Suite
|
||||
run: make IMAGE=${{ matrix.images.target }} test
|
||||
|
||||
- name: Upload the code coverage report
|
||||
- name: Upload Code Coverage Report
|
||||
uses: codacy/codacy-coverage-reporter-action@v1.1
|
||||
# Sometimes this fails when user does not have permissions to secrets
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue