Skip to content

Commit

Permalink
chore: remove unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Aug 28, 2022
1 parent 62f3ac4 commit 30ac0d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 30ac0d5

Please sign in to comment.