We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1955abe + 8476580 commit 2445785Copy full SHA for 2445785
.github/workflows/dependencies.yml
@@ -27,6 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v3
29
with:
30
+ ref: ${{ github.head_ref }}
31
token: ${{ secrets.PAT }}
32
33
- name: Set up Python
0 commit comments