From 98b27cfab3d70b183c4b6e32f62974a47f74dd5b Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Mahunt Date: Wed, 25 Oct 2023 15:17:27 +0000 Subject: [PATCH] ci: fix push failure dependabot --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 189aecc..a09e4c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,6 +44,7 @@ jobs: if: contains(steps.metadata.outputs.dependency-names, 'swiftorg') uses: actions/checkout@v4 with: + ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.COMMIT_TOKEN }} - name: Import GPG