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.
2 parents 7494565 + b4beb7d commit 1ba8ccfCopy full SHA for 1ba8ccf
1 file changed
.github/workflows/mypy_primer_comment.yml
@@ -37,11 +37,8 @@ jobs:
37
if: steps.pr-number.outputs.pr-number
38
with:
39
name: mypy_primer-diff
40
- workflow: mypy_primer.yml
41
path: ${{ runner.temp }}/artifacts
42
- pr: ${{ steps.pr-number.outputs.pr-number }}
43
- workflow_conclusion: completed
44
- allow_forks: true
+ run_id: ${{ github.event.workflow_run.id }}
45
46
- name: generate comment content
47
id: generate-comment
0 commit comments