From d290bdd91e68dcf1bafe3fa63280666077cbc61c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Jun 2021 19:15:18 -0400 Subject: [PATCH] Fix bug with input token --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 75c51b56..e45223d5 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: GITHUB_REPOSITORY: ${{ github.repository }} # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 - INPUT_TOKEN: ${{ inputs.github_token }} + INPUT_TOKEN: ${{ inputs.token }} INPUT_FILES: ${{ inputs.files }} INPUT_SEPARATOR: ${{ inputs.separator }}