Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aromano2 committed Aug 15, 2024
1 parent 64c2e2a commit 4d0005f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opendata-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d0005f

Please sign in to comment.