Skip to content

Commit 2234fd7

Browse files
committed
Fix CI
1 parent 46d0544 commit 2234fd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy_primer_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
workflow_id:
77
required: true
8-
type: number
8+
type: string
99

1010
permissions:
1111
contents: read

.github/workflows/sync_typeshed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
persist-credentials: false
21+
persist-credentials: true # needed to `git push` the typeshed
2222
# TODO: use whatever solution ends up working for
2323
# https://github.com/python/typeshed/issues/8434
2424
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)