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() {
_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";