Skip to content

Commit

Permalink
fix for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 19, 2024
1 parent 5277cf0 commit 8a07388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/binder-link/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8a07388

Please sign in to comment.