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 Dec 1, 2023
1 parent 031a710 commit b526477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icon-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git config --local user.name "GitHub Actions"
git add .
git commit -m "Update icons [skip ci]"
git push
git push origin HEAD:${{ github.head_ref }}
- name: Comment on pull request
if: steps.check-changes.outputs.result == 'Changes detected'
Expand Down

0 comments on commit b526477

Please sign in to comment.