diff --git a/action.yml b/action.yml index 7a87e95..e00e6ea 100644 --- a/action.yml +++ b/action.yml @@ -52,5 +52,5 @@ runs: PR_COMMENTS_URL: ${{ inputs.pr_comments_url }} PR_COMMENT_ID: ${{ inputs.pr_comment_id }} PR_COMMENT_URI: ${{ inputs.pr_comment_uri }} - GITHUB_TOKEN: ${{ inputs.github_token }} + GITHUB_TOKEN: ${{ inputs.git_token }} run: bash "${GITHUB_ACTION_PATH}/tf-pr-comment.sh" \ No newline at end of file