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 493a3ca commit ade4524Copy full SHA for ade4524
.github/workflows/build.yml
@@ -38,5 +38,5 @@ jobs:
38
39
git init
40
git add .
41
- git commit -m ${COMMIT_MSG}
+ git commit -m "${COMMIT_MSG}"
42
git push origin ${TARGET_BRANCH}
0 commit comments