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

View File

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