Skip to content

Commit

Permalink
Update icon-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 authored Nov 30, 2023
1 parent 85a8f48 commit b856023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/icon-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
id: check-changes
run: |
git diff --exit-code || echo "Changes detected"
echo "Result: ${{ steps.check-changes.outputs.result }}"
- name: Commit changes
if: steps.check-changes.outputs.result == 'Changes detected'
Expand Down

0 comments on commit b856023

Please sign in to comment.