From ab35dd2ef79db2f3b98584b63cfed73da16af704 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 16 May 2024 12:09:29 -0400 Subject: [PATCH] remove explicit ref -- I think it is not needed? (might need for cron?) --- .github/workflows/automerge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 9b5b92a1ee..60bbb7d949 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -26,7 +26,6 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: ${{ github.head_ref }} fetch-depth: 0 # Ensures all history is fetched - name: Get date of the last commit