diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 866d693..3fe650e 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -46,7 +46,7 @@ jobs: if: steps.check.outputs.new_data == 1 run: | git commit -m ${{ steps.check.outputs.date }} - git push origin ${{ github.event.pull_request.head.ref }} + git push origin HEAD:${{ github.event.pull_request.head.ref }} merge: if: ${{ github.actor == 'dependabot[bot]' }}