Skip to content

Commit

Permalink
new github-script actions change where method are stored
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Aug 22, 2023
1 parent d9a1b8a commit 1a01c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.repos.createCommitStatus({
github.rest.repos.createCommitStatus({
owner: context.repo.owner,
repo: context.repo.repo,
sha: context.sha,
Expand Down

0 comments on commit 1a01c81

Please sign in to comment.