Browse Source

🔧 Update target branch

pull/12021/head
Sebastián Ramírez 8 months ago
parent
commit
f849668602
  1. 2
      .github/workflows/autofix.yml

2
.github/workflows/autofix.yml

@ -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:

Loading…
Cancel
Save