Skip to content

Commit

Permalink
[miryoku-github] Fix merge in workflow (qmk#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Elisiano Petrini <[email protected]>
  • Loading branch information
manna-harbour and elisiano authored Apr 7, 2023
1 parent 0e24df7 commit 1ef0547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Merge branches
if: ${{ matrix.merge != '' && matrix.merge != 'default' }}
run: |
git config --global --add safe.directory '*'
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git fetch --unshallow
Expand Down

0 comments on commit 1ef0547

Please sign in to comment.