Update action.yml
This commit is contained in:
parent
6c57b11941
commit
ce0e219f00
@ -58,7 +58,9 @@ runs:
|
|||||||
HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true)
|
HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "${{ inputs.files }}" ]]; then
|
INPUT_FILES="${{ inputs.files }}"
|
||||||
|
|
||||||
|
if [[ -z "$INPUT_FILES" ]]; then
|
||||||
|
|
||||||
echo "Getting diff..."
|
echo "Getting diff..."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user