Skip to content

Commit e616dc8

Browse files
committed
Loosened pattern
1 parent fb45746 commit e616dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-dataset-json-changes-to-js-utils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
[auto-sync from https://github.com/adamlui/python-utils/tree/main/$dataset]"
7979
ESCAPED_MSG=$(printf '%q' "$COMMIT_MSG")
8080
cd "${GITHUB_WORKSPACE}/adamlui/js-utils"
81-
git add "$dataset/$dataset.json"
81+
git add "**/$dataset.json"
8282
git commit -n -m "$COMMIT_MSG" || echo "Nothing to commit"
8383
git pull --rebase
8484
git push

0 commit comments

Comments
 (0)