From 18e778efe0800f31a28bb94667803242175d847e Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Fri, 23 Dec 2022 20:30:54 -0500 Subject: [PATCH] Clean up step names Signed-off-by: Brett Logan --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 17c39f72..0a509e7b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4953a56..0845f700 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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