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 fe028f3 commit 663a3b8Copy full SHA for 663a3b8
.github/workflows/format-command.yml
@@ -29,7 +29,7 @@ jobs:
29
token: ${{ steps.generate-token.outputs.token }}
30
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
31
ref: ${{ github.event.client_payload.pull_request.head.ref }}
32
- persist-credentials: false
+ persist-credentials: true
33
34
# Setup Python environment
35
- uses: actions/[email protected]
0 commit comments