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 a550b29 commit 02bc0ffCopy full SHA for 02bc0ff
1 file changed
.github/workflows/sync-dataset-json-changes-to-js-utils.yml
@@ -78,6 +78,7 @@ jobs:
78
cp -f "$src_file" "$dest_dir/$dataset.json"
79
COMMIT_MSG="${RAW_COMMIT_MSG:-Update $dataset.json} ↞ [auto-sync from \
80
https://github.com/adamlui/python-utils/tree/main/$dataset]"
81
+ ESCAPED_MSG=$(printf '%q' "$COMMIT_MSG")
82
cd "${GITHUB_WORKSPACE}/adamlui/js-utils"
83
git add "$dataset/$dataset.json"
84
git commit -n -m "$COMMIT_MSG" || echo "Nothing to commit"
0 commit comments