Skip to content

Commit 228983e

Browse files
authored
Update ci.yaml - fix syntax error
1 parent 46c603b commit 228983e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "gocache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
2424
2525
- name: Clone
26-
- uses: actions/checkout@v4
26+
uses: actions/checkout@v4
2727

2828
- name: Cache
2929
uses: actions/cache@v3.0.10

0 commit comments

Comments
 (0)