Skip to content

Commit 8da87be

Browse files
committed
Please the Shellcheck gods
1 parent 30e8052 commit 8da87be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if $INPUT_GENERATE_ZIP; then
127127
echo "Generating zip file..."
128128
cd "$SVN_DIR/trunk" || exit
129129
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" .
130-
echo "::set-output name=zip-path::$(echo ${GITHUB_WORKSPACE}/${SLUG}.zip)"
130+
echo "::set-output name=zip-path::${GITHUB_WORKSPACE}/${SLUG}.zip"
131131
echo "✓ Zip file generated!"
132132
fi
133133

0 commit comments

Comments
 (0)