From: Sebastián Ramírez Date: Thu, 15 Aug 2024 01:18:39 +0000 (-0500) Subject: 🔧 Set the branch to pull X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b299e021d8cd65b00ae743c30c782fe453729561;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Set the branch to pull --- diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9539cc6139..aabea9bc46 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -14,6 +14,8 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python uses: actions/setup-python@v5 with: