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 46d0544 commit 2234fd7Copy full SHA for 2234fd7
.github/workflows/mypy_primer_comment.yml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
workflow_id:
7
required: true
8
- type: number
+ type: string
9
10
permissions:
11
contents: read
.github/workflows/sync_typeshed.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- persist-credentials: false
+ persist-credentials: true # needed to `git push` the typeshed
22
# TODO: use whatever solution ends up working for
23
# https://github.com/python/typeshed/issues/8434
24
- uses: actions/setup-python@v5
0 commit comments