diff --git a/.github/workflows/opendata-ci.yml b/.github/workflows/opendata-ci.yml index ca29ec7f1..a054bef5c 100644 --- a/.github/workflows/opendata-ci.yml +++ b/.github/workflows/opendata-ci.yml @@ -34,7 +34,8 @@ jobs: if: env.is-auto-commit == false shell: pwsh run: | - [array]$toCommit = git status --porcelain + echo "git-status" + git status --porcelain if ($toCommit.Count -gt 0) { echo "has-commits=true" >> $GUTHUB_ENV