Skip to content

Commit 35e3057

Browse files
committed
fix comment
1 parent 01d23e4 commit 35e3057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ runs:
135135
with:
136136
script: |
137137
await github.rest.issues.updateComment({
138-
owner: ${{ inputs.ecosystem-owner }},
139-
repo: ${{ inputs.ecosystem-repo }},
138+
owner: '${{ inputs.ecosystem-owner }}',
139+
repo: '${{ inputs.ecosystem-repo }}',
140140
comment_id: ${{ steps.create-comment.outputs.result }},
141141
body: ${{ steps.eco-ci-result.outputs.result }}
142142
})

0 commit comments

Comments
 (0)