File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
109109branding :
110110 icon : " download-cloud"
You can’t perform that action at this time.
0 commit comments