Skip to content

Commit 7b852c9

Browse files
committed
update
1 parent 38ea641 commit 7b852c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/generate-stubs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717

1818
steps:
1919
- 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 }}
2024

2125
- name: Set up Python
2226
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)