Bad echo value

This commit is contained in:
Aurelien Vaillant
2022-02-02 13:48:04 +01:00
parent ed750fbd83
commit 51a8918a05
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
echo "With python, get a folder name" echo "With python, get a folder name"
python '.github/package.py' python '.github/package.py'
name= python '.github/package.py' name= python '.github/package.py'
echo "The folder name are ${python '.github/package.py}" echo "The folder name are ${name}"
echo "::set-output name=folder::${name}" echo "::set-output name=folder::${name}"
archive='.github/package.py'.zip archive='.github/package.py'.zip
echo "::set-output name=package::${archive}" echo "::set-output name=package::${archive}"