Skip to content

Commit

Permalink
Use REST endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ipc103 committed Jan 30, 2024
1 parent bb39a45 commit 3a2d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-it-taylors-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
return;
}
// Update the issue, pull_request, or discussion title to be "#{title} (Taylor's Version)"
github.issues.update({
github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: item.number,
Expand Down

0 comments on commit 3a2d65b

Please sign in to comment.