Skip to content

Commit 81be9ea

Browse files
committed
fix settings
1 parent 22bfc50 commit 81be9ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/autofmt.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
pull_request:
3-
branches: [drop_py2] # TODO: add `master`
3+
branches: [drop_py2, fix_gha_autofmt] # TODO: add `master`
44

55
jobs:
66
formatter:
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v3
12+
with:
13+
repository: ${{ github.event.pull_request.head.repo.full_name }}
14+
ref: ${{ github.head_ref }}
1215
- name: Set up Python
1316
uses: actions/setup-python@v4
1417
with:

0 commit comments

Comments
 (0)