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 6ae8822 commit 6117eb2
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 "::set-output name=result::No changes"
echo "{result}={No changes}" >> $GITHUB_OUTPUT
else
echo "::set-output name=result::Changes detected"
echo "{result}={Changes detected}" >> $GITHUB_OUTPUT
fi
- name: Commit changes
Expand Down

0 comments on commit 6117eb2

Please sign in to comment.