We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d23e4 commit 35e3057Copy full SHA for 35e3057
1 file changed
.github/actions/ecosystem_ci_dispatch/action.yaml
@@ -135,8 +135,8 @@ runs:
135
with:
136
script: |
137
await github.rest.issues.updateComment({
138
- owner: ${{ inputs.ecosystem-owner }},
139
- repo: ${{ inputs.ecosystem-repo }},
+ owner: '${{ inputs.ecosystem-owner }}',
+ repo: '${{ inputs.ecosystem-repo }}',
140
comment_id: ${{ steps.create-comment.outputs.result }},
141
body: ${{ steps.eco-ci-result.outputs.result }}
142
})
0 commit comments