Invert quoting when rendering $INPUT_PACKAGES_DIR

This commit is contained in:
Sviatoslav Sydorenko
2020-06-04 01:21:51 +02:00
parent bf7a320fba
commit 323b1496ae
+1 -1
View File
@@ -24,7 +24,7 @@ then
echo \
::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \
It looks like there are no Python distribution packages to \
publish in the directory '"${INPUT_PACKAGES_DIR%%/}/"'. \
publish in the directory "'${INPUT_PACKAGES_DIR%%/}/'". \
Please verify that they are in place should you face this \
problem.
fi