Skip to content

Commit

Permalink
Fix use of CONTENT in binder-link action
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 13, 2021
1 parent 3605518 commit 0d3e05b
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.issues.createComment(CONTENT);
}
env:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 0d3e05b

Please sign in to comment.