]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update target branch
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Aug 2024 01:20:24 +0000 (20:20 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Aug 2024 01:20:24 +0000 (20:20 -0500)
.github/workflows/autofix.yml

index aabea9bc463f60787c2c5da19795529d06dbcabc..770475c0fbb0c9b868a556b7fb6875dc087d1465 100644 (file)
@@ -15,7 +15,7 @@ jobs:
         run: echo "$GITHUB_CONTEXT"
       - uses: actions/checkout@v4
         with:
-          ref: ${{ github.event.pull_request.head.sha }}
+          ref: ${{ github.head_ref }}
       - name: Set up Python
         uses: actions/setup-python@v5
         with: