mirror of
https://github.com/spf13/viper
synced 2024-12-22 11:37:02 +00:00
ci: fix github script
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
d40d641ca7
commit
946ae75247
2 changed files with 2 additions and 2 deletions
2
.github/workflows/feedback_issue.yml
vendored
2
.github/workflows/feedback_issue.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
github.issues.createComment({
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
|
2
.github/workflows/feedback_pull_request.yml
vendored
2
.github/workflows/feedback_pull_request.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
github.issues.createComment({
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
|
Loading…
Reference in a new issue