From 30ac0d5e30934cba92abcb7206e90bf48ea0b420 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 28 Aug 2022 13:54:28 -0600 Subject: [PATCH] chore: remove unused input --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index 61bf0906559..680ce850a93 100644 --- a/action.yml +++ b/action.yml @@ -3,10 +3,6 @@ description: Get all Added, Copied, Modified, Deleted, Renamed, Type changed, Un author: tj-actions inputs: - token: - description: "Github token" - required: false - default: ${{ github.token }} separator: description: "Split character for output strings" required: false @@ -199,7 +195,6 @@ runs: # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_SHA: ${{ steps.sha.outputs.sha }} INPUT_BASE_SHA: ${{ steps.base-sha.outputs.base_sha }} - INPUT_TOKEN: ${{ inputs.token }} INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match