From f120678ed1b06752ca97fd70a5cf3ab93a5a4d69 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 25 Jun 2020 20:40:31 +0200 Subject: [PATCH] WIP --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8a8b0d8..78a8d72 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ set -eu _main() { _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";