Skip to content

Commit

Permalink
Fix bash script (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardiesoft committed Sep 9, 2024
1 parent fe07289 commit 82e1371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/aggregate-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
git status --porcelain | wc -l
if [[ $(git status --porcelain | wc -l) -gt 0 ]]; then
echo "HAS_CHANGES=true" >> "$GITHUB_ENV"
else
echo "HAS_CHANGES=false" >> "$GITHUB_ENV"
fi
- name: Push new files
if: env.HAS_CHANGES == 'true'
shell: bash
Expand Down

0 comments on commit 82e1371

Please sign in to comment.