Skip to content

Commit d6de651

Browse files
committed
Fix typo in gh workflow
1 parent 55b9ddd commit d6de651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run go/mod
3232
run: make go/mod && git diff --exit-code
3333

34-
- name Run k6 go/mod
34+
- name: Run k6 go/mod
3535
if: contains('1.22 1.23 tip', matrix.go)
3636
run: make go/mod -f ./x/k6/Makefile && git diff --exit-code
3737

0 commit comments

Comments
 (0)