Skip to content

Commit

Permalink
ci: Fix YAML Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Aug 22, 2024
1 parent 35c12cd commit a1205e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 1
with:
fetch-depth: 1

- name: Setup Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit a1205e0

Please sign in to comment.