We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ea641 commit 7b852c9Copy full SHA for 7b852c9
1 file changed
.github/workflows/generate-stubs.yml
@@ -17,6 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v7
20
+ with:
21
+ # Check out the branch (not a detached HEAD SHA) so the
22
+ # auto-commit step below has a branch to push back to.
23
+ ref: ${{ github.head_ref || github.ref_name }}
24
25
- name: Set up Python
26
uses: actions/setup-python@v6
0 commit comments