Skip to content

Commit 24cc378

Browse files
committed
chore: codegen fix
1 parent 9758441 commit 24cc378

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ jobs:
531531
- uses: actions/checkout@v4
532532
with:
533533
fetch-depth: 0
534+
ref: ${{ github.event.pull_request.head.ref }}
534535
token: ${{ secrets.ALGOLIA_BOT_TOKEN != '' && secrets.ALGOLIA_BOT_TOKEN || secrets.GITHUB_TOKEN }}
535536

536537
- name: Download all artifacts

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- run: git push -d origin generated/${{ github.head_ref }} || true
17+
- run: git push -d origin "generated/${{ github.head_ref }}" || true

0 commit comments

Comments
 (0)