diff --git a/.github/actions/binder-link/action.yml b/.github/actions/binder-link/action.yml index e650fbd..df4c70f 100644 --- a/.github/actions/binder-link/action.yml +++ b/.github/actions/binder-link/action.yml @@ -26,7 +26,7 @@ runs: body: BODY }; if ("${{ inputs.github_token }}" !== "FAKE") { - github.issues.createComment(CONTENT); + github.rest.issues.createComment(CONTENT); } env: PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}