Skip to content

Commit

Permalink
Fix step names
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Apr 22, 2023
1 parent 6ebe405 commit 8bdd9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: setup-go
- name: Setup Go
if: success()
uses: actions/setup-go@v3
with:
go-version: 1.16.4

- name: setup-go
- name: Setup Node
if: success()
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8bdd9c1

Please sign in to comment.