diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 01:27:50 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 01:27:50 -0500 |
| commit | 4402ab62c2c6abde55f9833c852315b7e40a684b (patch) | |
| tree | 875d1550fc2dc96d2232a7b308f7a9026d4bfe18 | |
| parent | df587a53d078de4a178531ec2bdfdbe746504e8b (diff) | |
| download | ghasandbox-4402ab62c2c6abde55f9833c852315b7e40a684b.tar.gz | |
OK
| -rw-r--r-- | .github/actions/stasis/action.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/actions/stasis/action.yml b/.github/actions/stasis/action.yml index 28bbbcc..78a8afc 100644 --- a/.github/actions/stasis/action.yml +++ b/.github/actions/stasis/action.yml @@ -66,7 +66,7 @@ inputs: option_config: type: string required: false - default: false + default: "" option_cpu_limit: type: string @@ -84,7 +84,7 @@ inputs: default: "" option_verbose: - type: string + type: boolean required: false default: "" @@ -229,13 +229,13 @@ runs: if [[ "${{ inputs.option_no_docker }}" == "true" ]]; then echo "option_no_docker=--no-docker" >> $GITHUB_ENV fi - if [[ "${{ inputs.option_ }}" == "true" ]]; then + if [[ "${{ inputs.option_no_artifactory }}" == "true" ]]; then echo "option_no_artifactory=--no-artifactory" >> $GITHUB_ENV fi - if [[ "${{ inputs.option_ }}" == "true" ]]; then + if [[ "${{ inputs.option_no_artifactory_upload }}" == "true" ]]; then echo "option_no_artifactory_upload=--no-artifactory-upload" >> $GITHUB_ENV fi - if [[ "${{ inputs.option_ }}" == "true" ]]; then + if [[ "${{ inputs.option_no_artifactory_build_info }}" == "true" ]]; then echo "option_no_artifactory_build_info=--no-artifactory-build-info" >> $GITHUB_ENV fi if [[ "${{ inputs.option_no_testing }}" == "true" ]]; then |
