Skip to content

Commit

Permalink
Revert "[miryoku-github] Fix merge in workflow (qmk#16)"
Browse files Browse the repository at this point in the history
This reverts commit 1ef0547.
  • Loading branch information
Benoit Louy committed Apr 20, 2023
1 parent 1ef0547 commit 04be40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ 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 04be40c

Please sign in to comment.