mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
commit
55734408b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user