diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 0f86971..34fae08 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -20,7 +20,7 @@ jobs: - run: touch hello.txt - name: Check for Untracked Changes - - run: | + run: | git status test -z "$(git status --porcelain)"