diff --git a/.github/workflows/chore.yml b/.github/workflows/chore.yml index 358528e..5afa6bd 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore.yml @@ -23,7 +23,7 @@ jobs: run: | git config --global user.name "bot" git config --global user.email "bot@colorifix.com" - git fetch origin develop + git fetch git checkout develop git merge --no-ff origin/${{ github.event.pull_request.head.ref }} -m "Merge ${{ github.event.pull_request.head.ref }} into develop" git push origin develop