mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-22 11:17:38 +00:00
Update action.yml
This commit is contained in:
parent
ca0dcf8458
commit
6c57b11941
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ runs:
|
||||||
HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true)
|
HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $INPUT_FILES ]]; then
|
if [[ -z "${{ inputs.files }}" ]]; then
|
||||||
|
|
||||||
echo "Getting diff..."
|
echo "Getting diff..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue