Skip to content

Commit bf81967

Browse files
committed
go generate
1 parent a7fb4c9 commit bf81967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- run: make gen
22-
22+
- run: git add .
2323
- name: if any modified files exists
2424
run: |
2525
if [ `git status --porcelain | wc -l` -gt 0 ]; then

0 commit comments

Comments
 (0)