1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 19:07:15 +08:00
This commit is contained in:
Stefan Zweifel
2020-06-25 20:40:31 +02:00
parent 4183594932
commit f120678ed1

View File

@@ -5,7 +5,7 @@ set -eu
_main() { _main() {
_switch_to_repository _switch_to_repository
if _git_is_dirty || [ "$INPUT_SKIP_DIRTY_CHECK" = true ]; then if _git_is_dirty || [ "$INPUT_SKIP_DIRTY_CHECK" = true ]; then
echo "::set-output name=changes_detected::true"; echo "::set-output name=changes_detected::true";