Clean up step names

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2022-12-23 20:30:54 -05:00
parent 632231e524
commit 18e778efe0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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