We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64e2a8 commit da17758Copy full SHA for da17758
.github/workflows/generate.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git config --global user.name "github-actions[bot]"
37
git config --global user.email "github-actions[bot]@users.noreply.github.com"
38
- git add .
+ git add soccer/*
39
git commit -m "Automated update: Generated Thrift classes"
40
git push origin develop
41
env:
0 commit comments