Skip to content

Commit

Permalink
chore: remove unused input (#186)
Browse files Browse the repository at this point in the history
* chore: remove unused input

* Update update-readme.yml
  • Loading branch information
jackton1 committed Jul 26, 2022
1 parent 9fc6964 commit 2466281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0

- name: Run auto-doc
uses: tj-actions/auto-doc@v1.2.15

- name: Run test
uses: tj-actions/remark@v3
Expand Down
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Verify Changed files
description: Find files that were modified during workflow execution.
author: jackton1
inputs:
token:
description: GITHUB_TOKEN or a repo scoped PAT
required: true
default: ${{ github.token }}
files:
description: List of files to check for changes.
required: true
Expand Down Expand Up @@ -44,7 +40,6 @@ runs:
GITHUB_REPOSITORY: ${{ github.repository }}
# INPUT_<VARIABLE_NAME> 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.token }}
INPUT_FILES: ${{ steps.glob.outputs.paths }}
INPUT_AUTO_CRLF: ${{ inputs.autocrlf }}
INPUT_SEPARATOR: ${{ inputs.separator }}
Expand Down

0 comments on commit 2466281

Please sign in to comment.