Skip to content

Commit 09d8007

Browse files
authored
Apply suggestions from code review
1 parent 30d266f commit 09d8007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
# to ensure the comment is posted
204204
if: ${{ github.event.name == 'pull_request'}}
205205
with:
206-
# this is the workflow run ID of the CI workflow
206+
# this is the workflow run ID of the `CI.yml` workflow
207207
workflow_run_id: ${{ github.event.workflow_run.id }}
208208
permissions:
209209
contents: write

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Post coverage comment
33
on:
44
workflow_call:
55
inputs:
6-
# this is the workflow run ID of the CI workflow
6+
# this is the workflow run ID of the `CI.yml` workflow
77
workflow_run_id:
88
required: true
99
type: string

0 commit comments

Comments
 (0)