File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 3737 default : ' redhat-openshift-ecosystem'
3838
3939jobs :
40+ release-parameters :
41+ runs-on : ubuntu-latest
42+ steps :
43+ - name : Release Parameters
44+ run : |
45+ echo "Below are the release parameters set for the workflow:"
46+ echo "Operator Version: ${{ github.event.inputs.operator-version }}"
47+ echo "Replaces: ${{ github.event.inputs.replaces }}"
48+ echo "MCAD Version: ${{ github.event.inputs.mcad-version }}"
49+ echo "CodeFlare SDK Version: ${{ github.event.inputs.codeflare-sdk-version }}"
50+ echo "InstaScale Version: ${{ github.event.inputs.instascale-version }}"
51+ echo "Is Stable: ${{ github.event.inputs.is-stable }}"
52+ echo "CodeFlare Repository Organization: ${{ github.event.inputs.codeflare-repository-organization }}"
53+ echo "Quay Organization: ${{ github.event.inputs.quay-organization }}"
54+ echo "Community Operators Prod Organization: ${{ github.event.inputs.community-operators-prod-organization }}"
55+
4056 release-mcad :
4157 runs-on : ubuntu-latest
4258
You can’t perform that action at this time.
0 commit comments