From abfa3cd6335f07515e65096bc8d9163683963d6d Mon Sep 17 00:00:00 2001 From: sunshineplan Date: Wed, 17 Jan 2024 10:12:01 +0800 Subject: [PATCH] Update dependabot.yml (#104) --- .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 be3c9ab..8be27fe 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 + git push origin ${{ github.event.pull_request.head.sha }} merge: if: ${{ github.actor == 'dependabot[bot]' }}