Skip to content

Commit

Permalink
[github actions] fix checkout step
Browse files Browse the repository at this point in the history
I found a misplaced hyphen in release.yaml.
This causes error on GitHub Actions.
https://github.com/minamijoyo/myaws/actions/runs/2152792350
  • Loading branch information
kangaechu committed Apr 12, 2022
1 parent 0c9bc11 commit 328a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
Expand Down

0 comments on commit 328a233

Please sign in to comment.