mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-05 09:35:54 +00:00
chore: remove redundant since last remote input
This commit is contained in:
parent
de63afb341
commit
f588e17a5b
1 changed files with 0 additions and 5 deletions
|
@ -50,10 +50,6 @@ inputs:
|
||||||
base_sha:
|
base_sha:
|
||||||
description: "Specify a base commit SHA on used for comparing changes"
|
description: "Specify a base commit SHA on used for comparing changes"
|
||||||
required: false
|
required: false
|
||||||
since_last_remote_commit:
|
|
||||||
description: "Use the last commit on the remote branch as the base_sha for push event."
|
|
||||||
required: false
|
|
||||||
default: "false"
|
|
||||||
since:
|
since:
|
||||||
description: "Get changed files for commits whose timestamp is older than the given time"
|
description: "Get changed files for commits whose timestamp is older than the given time"
|
||||||
required: false
|
required: false
|
||||||
|
@ -165,7 +161,6 @@ runs:
|
||||||
INPUT_BASE_SHA: ${{ inputs.base_sha }}
|
INPUT_BASE_SHA: ${{ inputs.base_sha }}
|
||||||
INPUT_SHA: ${{ inputs.sha }}
|
INPUT_SHA: ${{ inputs.sha }}
|
||||||
INPUT_PATH: ${{ inputs.path }}
|
INPUT_PATH: ${{ inputs.path }}
|
||||||
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
|
|
||||||
- run: |
|
- run: |
|
||||||
# "Calculate the sha..."
|
# "Calculate the sha..."
|
||||||
bash $GITHUB_ACTION_PATH/get-sha.sh
|
bash $GITHUB_ACTION_PATH/get-sha.sh
|
||||||
|
|
Loading…
Reference in a new issue