mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-21 23:56:09 +08:00
@@ -7,7 +7,7 @@ _main() {
|
|||||||
|
|
||||||
if _git_is_dirty; then
|
if _git_is_dirty; then
|
||||||
|
|
||||||
echo \"::set-output name=changes_detected::true\"
|
echo "::set-output name=changes_detected::true"
|
||||||
|
|
||||||
_setup_git
|
_setup_git
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ _main() {
|
|||||||
_push_to_github
|
_push_to_github
|
||||||
else
|
else
|
||||||
|
|
||||||
echo \"::set-output name=changes_detected::false\"
|
echo "::set-output name=changes_detected::false"
|
||||||
|
|
||||||
echo "Working tree clean. Nothing to commit."
|
echo "Working tree clean. Nothing to commit."
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user