Skip to content

Commit da17758

Browse files
committed
Update git add command in generate.yml
1 parent f64e2a8 commit da17758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git config --global user.name "github-actions[bot]"
3737
git config --global user.email "github-actions[bot]@users.noreply.github.com"
38-
git add .
38+
git add soccer/*
3939
git commit -m "Automated update: Generated Thrift classes"
4040
git push origin develop
4141
env:

0 commit comments

Comments
 (0)