Fix undefined variable TAGS with INPUT_TAGS (#54)

This commit is contained in:
Kevin Del Castillo 2020-05-03 23:44:28 -05:00 committed by GitHub
parent fe38f0a751
commit f18534c0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ if ${INPUT_FORCE}; then
_FORCE_OPTION='--force'
fi
if ${TAGS}; then
if ${INPUT_TAGS}; then
_TAGS='--tags'
fi