Skip to content

Commit 663a3b8

Browse files
authored
CI: Set persist-credentials: true in format-command.yml (#4137)
Needed to fix `fatal: could not read Username for 'https://github.com': No such device or address`.
1 parent fe028f3 commit 663a3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ steps.generate-token.outputs.token }}
3030
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
3131
ref: ${{ github.event.client_payload.pull_request.head.ref }}
32-
persist-credentials: false
32+
persist-credentials: true
3333

3434
# Setup Python environment
3535
- uses: actions/[email protected]

0 commit comments

Comments
 (0)