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

0 comments on commit 2d330e0

Please sign in to comment.