From a389746c26b1d5a28c3f461142da49a548dca593 Mon Sep 17 00:00:00 2001 From: sunshineplan Date: Wed, 17 Jan 2024 11:05:16 +0800 Subject: [PATCH] Update dependabot.yml (#106) --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]' }}