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 6117eb2 commit 17fa9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/icon-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
id: check-changes
run: |
if git diff --quiet; then
echo "{result}={No changes}" >> $GITHUB_OUTPUT
echo "result=No changes" >> $GITHUB_OUTPUT
else
echo "{result}={Changes detected}" >> $GITHUB_OUTPUT
echo "result=Changes detected" >> $GITHUB_OUTPUT
fi
- name: Commit changes
Expand Down

0 comments on commit 17fa9b4

Please sign in to comment.