Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
so0k committed Sep 7, 2021
1 parent 88c6bb9 commit a9f247c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
echo '=================== Publish to Sync branch ==================='
git add .
git status
git commit -m "Automated deployment to sync branch from ${GITHUB_SHA::8}'" > /dev/null 2>&1 || true
git commit -m "Automated deployment to sync branch from ${GITHUB_SHA::8}" > /dev/null 2>&1 || true
git push deploy ${PUBLISH_BRANCH} --force || git push --set-upstream deploy ${PUBLISH_BRANCH}
rm -rf .git
Expand Down

0 comments on commit a9f247c

Please sign in to comment.