Skip to content

Commit

Permalink
Merge pull request #32 from jtpio/fix-content-binder
Browse files Browse the repository at this point in the history
Fix use of `CONTENT` in `binder-link` action
  • Loading branch information
jtpio authored Dec 13, 2021
2 parents 3605518 + 0d3e05b commit 2e9d034
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 2e9d034

Please sign in to comment.