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 9758441 commit 24cc378Copy full SHA for 24cc378
.github/workflows/check.yml
@@ -531,6 +531,7 @@ jobs:
531
- uses: actions/checkout@v4
532
with:
533
fetch-depth: 0
534
+ ref: ${{ github.event.pull_request.head.ref }}
535
token: ${{ secrets.ALGOLIA_BOT_TOKEN != '' && secrets.ALGOLIA_BOT_TOKEN || secrets.GITHUB_TOKEN }}
536
537
- name: Download all artifacts
.github/workflows/cleanup.yml
@@ -14,4 +14,4 @@ jobs:
14
steps:
15
16
17
- - run: git push -d origin generated/${{ github.head_ref }} || true
+ - run: git push -d origin "generated/${{ github.head_ref }}" || true
0 commit comments