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 2d330e0 commit 0063df4
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 @@ -68,6 +68,7 @@ jobs:
- name: Commit and Push changes
if: steps.check-changes.outputs.result == 'Changes detected'
run: |
git fetch --depth=1
git checkout -B ${{ github.head_ref }}
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Expand Down

0 comments on commit 0063df4

Please sign in to comment.