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 17fa9b4 commit 9341ceb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/icon-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,14 @@ jobs:
echo "result=Changes detected" >> $GITHUB_OUTPUT
fi
- name: Commit changes
- name: Commit and Push changes
if: steps.check-changes.outputs.result == 'Changes detected'
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add .
git commit -m "Update icons [skip ci]"
- name: Push changes
if: steps.check-changes.outputs.result == 'Changes detected'
run: |
git push origin ${{ github.head_ref }}
git push
- name: Comment on pull request
if: steps.check-changes.outputs.result == 'Changes detected'
Expand Down

0 comments on commit 9341ceb

Please sign in to comment.