Skip to content

Commit 9b6220e

Browse files
committed
Restoring needed quotes, and using eval
1 parent 106028f commit 9b6220e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104
if [ ! "${{ inputs.excluded_files }}" = "" ]; then
105105
solsta_extra_args+="--exclude=\"${{ inputs.excluded_files }}\" "
106106
fi
107-
python solsta_work/release_deploy.py --autocreate --debug --console_credentials=solsta_work/client_credentials.json --console_directory=solsta_work/solsta_console/${{ inputs.console_version }}/console/ --process_default=API --product_name="${{ inputs.target_product }}" --env_name="${{ inputs.target_environment }}" --repository_name="${{ inputs.target_repository }}" --source="${{ inputs.working_directory }}" $solsta_extra_args
107+
eval "python solsta_work/release_deploy.py --autocreate --debug --console_credentials=solsta_work/client_credentials.json --console_directory=solsta_work/solsta_console/${{ inputs.console_version }}/console/ --process_default=API --product_name=\"${{ inputs.target_product }}\" --env_name=\"${{ inputs.target_environment }}\" --repository_name=\"${{ inputs.target_repository }}\" --source=\"${{ inputs.working_directory }}\" $solsta_extra_args"
108108
109109
branding:
110110
icon: "download-cloud"

0 commit comments

Comments
 (0)