From 71aed37dd9121f4a1df0fad733ada81ae39ff36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Meira?= Date: Fri, 11 Feb 2022 15:57:03 +0000 Subject: [PATCH 1/2] clean: Add quotes to GH action step names --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8740367..9a64c1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,14 +24,14 @@ jobs: go get github.com/inconshreveable/mousetrap - name: "Build" run: go build - - name: Git Version + - name: "Git Version" id: generate-version uses: codacy/git-version@2.4.0 - name: "Tag version" run: | git tag ${{ steps.generate-version.outputs.version }} git push --tags "https://codacy:${{ secrets.GITHUB_TOKEN }}@github.com/codacy/pulse-event-cli" - - name: Login to Docker Hub + - name: "Login to Docker Hub" uses: docker/login-action@v1.12.0 with: username: ${{ secrets.DOCKER_USER }} From b1d19567fe567ea78f239389067a8cd8eb9248a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Meira?= Date: Fri, 11 Feb 2022 15:57:34 +0000 Subject: [PATCH 2/2] clean: Same as before --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a64c1b..0462c03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: with: version: latest args: release - - name: Configure AWS Credentials + - name: "Configure AWS Credentials" uses: aws-actions/configure-aws-credentials@v1 with: aws-region: eu-west-1