We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb4c9 commit bf81967Copy full SHA for bf81967
.github/workflows/gen.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
go-version: ${{ matrix.go-version }}
21
- run: make gen
22
-
+ - run: git add .
23
- name: if any modified files exists
24
run: |
25
if [ `git status --porcelain | wc -l` -gt 0 ]; then
0 commit comments