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 e581c77 commit 3415df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opendata-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: env.is-auto-commit == false
shell: pwsh
run: |
$toCommit = git status --porcelain
if ($null -ne $toCommit)
[array]$toCommit = git status --porcelain
if ($toCommit.Count -gt 0)
{
echo "has-commits=true" >> $GITHUB_ENV
}
Expand Down

0 comments on commit 3415df1

Please sign in to comment.