We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4cb2 commit 4c3cdc3Copy full SHA for 4c3cdc3
1 file changed
.github/workflows/compile-requirements.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
with:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
+ ref: ${{ github.head_ref || github.ref }}
27
28
- name: Set up Python
29
uses: actions/setup-python@v6
0 commit comments