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 8038766 commit 7a0be94Copy full SHA for 7a0be94
.github/workflows/auto-spotless.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
21
- name: Check out PR branch
22
+ env:
23
+ GH_TOKEN: ${{ github.token }}
24
run: gh pr checkout ${{ github.event.pull_request.number }}
25
26
- name: Free disk space
0 commit comments