From 83026886ac89d1e41a50134bfea5f21103866062 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 1 Aug 2024 14:47:22 +1000 Subject: [PATCH] df --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ebce437..509eb84 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: main token: ${{ secrets.GITHUB_TOKEN }} # fetch-tags: true # fetch-depth: 0