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.
ESCAPED_MSG
1 parent 02bc0ff commit ea7d8a9Copy full SHA for ea7d8a9
1 file changed
.github/workflows/sync-dataset-json-changes-to-js-utils.yml
@@ -81,6 +81,6 @@ jobs:
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"
+ git commit -n -m "$ESCAPED_MSG" || echo "Nothing to commit"
85
git pull --rebase
86
git push
0 commit comments