From 2b013558264541bca8fa50af63a1ad8f5de7de7b Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 31 Jan 2024 17:30:18 -0500 Subject: [PATCH] Checkout master when creating or updating pull request --- .github/workflows/pre-commit-auto-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit-auto-update.yml b/.github/workflows/pre-commit-auto-update.yml index 74839a5..5611b74 100644 --- a/.github/workflows/pre-commit-auto-update.yml +++ b/.github/workflows/pre-commit-auto-update.yml @@ -12,6 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: 'master' persist-credentials: false - name: Update dependencies