Skip to content

Commit ea7d8a9

Browse files
committed
Used ESCAPED_MSG
1 parent 02bc0ff commit ea7d8a9

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
@@ -81,6 +81,6 @@ jobs:
8181
ESCAPED_MSG=$(printf '%q' "$COMMIT_MSG")
8282
cd "${GITHUB_WORKSPACE}/adamlui/js-utils"
8383
git add "$dataset/$dataset.json"
84-
git commit -n -m "$COMMIT_MSG" || echo "Nothing to commit"
84+
git commit -n -m "$ESCAPED_MSG" || echo "Nothing to commit"
8585
git pull --rebase
8686
git push

0 commit comments

Comments
 (0)