fix github-script (#7)

This commit is contained in:
Teodor Daskalov 2025-01-16 23:11:07 +02:00 committed by GitHub
parent 171ef6e1ba
commit e1b2eba752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ jobs:
id: my-script
with:
script: |
github.rest.issues.get({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,