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 81e188c commit 234cd37Copy full SHA for 234cd37
.github/workflows/mypy_primer.yml
@@ -106,4 +106,4 @@ jobs:
106
- name: Call comments workflow
107
uses: python/mypy/.github/workflows/mypy_primer_comment.yml@master
108
with:
109
- workflow_id: ${{ workflow.id }}
+ workflow_id: ${{ github.run_id }}
.github/workflows/mypy_primer_comment.yml
@@ -2,10 +2,10 @@ name: Comment with mypy_primer diff
2
3
on:
4
workflow_call:
5
- input:
+ inputs:
6
workflow_id:
7
required: true
8
- type: integer
+ type: number
9
10
11
jobs:
0 commit comments