We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d266f commit 09d8007Copy full SHA for 09d8007
.github/workflows/CI.yml
@@ -203,7 +203,7 @@ jobs:
203
# to ensure the comment is posted
204
if: ${{ github.event.name == 'pull_request'}}
205
with:
206
- # this is the workflow run ID of the CI workflow
+ # this is the workflow run ID of the `CI.yml` workflow
207
workflow_run_id: ${{ github.event.workflow_run.id }}
208
permissions:
209
contents: write
.github/workflows/coverage.yml
@@ -3,7 +3,7 @@ name: Post coverage comment
3
on:
4
workflow_call:
5
inputs:
6
7
workflow_run_id:
8
required: true
9
type: string
0 commit comments