Skip to content

Commit 475168c

Browse files
author
Francesco Saverio Zuppichini
authored
maybe fix (#49)
1 parent cd19aa5 commit 475168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 🛎️ Checkout
1616
uses: actions/checkout@v3
1717
with:
18-
ref: ${{ github.head_ref }}
18+
ref: ${{ github.event.pull_request.head.ref }}
1919
- name: 🐍 Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v2
2121
with:

0 commit comments

Comments
 (0)