Skip to content

Commit 2c0052e

Browse files
authored
Test/squash and merge (#22)
* clean: Add quotes to GH action step names
1 parent 3b2bc5b commit 2c0052e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
go get github.com/inconshreveable/mousetrap
2525
- name: "Build"
2626
run: go build
27-
- name: Git Version
27+
- name: "Git Version"
2828
id: generate-version
2929
uses: codacy/git-version@2.4.0
3030
- name: "Tag version"
3131
run: |
3232
git tag ${{ steps.generate-version.outputs.version }}
3333
git push --tags "https://codacy:${{ secrets.GITHUB_TOKEN }}@github.com/codacy/pulse-event-cli"
34-
- name: Login to Docker Hub
34+
- name: "Login to Docker Hub"
3535
uses: docker/login-action@v1.12.0
3636
with:
3737
username: ${{ secrets.DOCKER_USER }}
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version: latest
4545
args: release
46-
- name: Configure AWS Credentials
46+
- name: "Configure AWS Credentials"
4747
uses: aws-actions/configure-aws-credentials@v1
4848
with:
4949
aws-region: eu-west-1

0 commit comments

Comments
 (0)