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 e0bba15 commit 3a99d69Copy full SHA for 3a99d69
.github/workflows/update_ml_data.yml
@@ -45,7 +45,7 @@ jobs:
45
git config --local user.email "[email protected]"
46
git config --local user.name "GitHub Actions"
47
git add ml-data.json ml-engine-data.json
48
- git diff --cached --quiet || git commit -m "Update ml-data.json"
+ git diff --cached --quiet || git commit -m "Update ml-data.json & ml-engine-data.json"
49
git push
50
51
0 commit comments