diff --git a/.github/actions/binder-link/action.yml b/.github/actions/binder-link/action.yml index f21012c..89f741e 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.issues.createComment(CONTENT); } env: PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}