File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 37
37
default : ' redhat-openshift-ecosystem'
38
38
39
39
jobs :
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
+
40
56
release-mcad :
41
57
runs-on : ubuntu-latest
42
58
You can’t perform that action at this time.
0 commit comments