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 fb45746 commit e616dc8Copy full SHA for e616dc8
1 file changed
.github/workflows/sync-dataset-json-changes-to-js-utils.yml
@@ -78,7 +78,7 @@ jobs:
78
[auto-sync from https://github.com/adamlui/python-utils/tree/main/$dataset]"
79
ESCAPED_MSG=$(printf '%q' "$COMMIT_MSG")
80
cd "${GITHUB_WORKSPACE}/adamlui/js-utils"
81
- git add "$dataset/$dataset.json"
+ git add "**/$dataset.json"
82
git commit -n -m "$COMMIT_MSG" || echo "Nothing to commit"
83
git pull --rebase
84
git push
0 commit comments