Skip to content

Commit 04d4b43

Browse files
VanillaSpoonopenshift-ci[bot]
authored andcommitted
add: Print out parameters used in CodeFlare release workflow
1 parent bd0c2b2 commit 04d4b43

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/project-codeflare-release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ on:
3737
default: 'redhat-openshift-ecosystem'
3838

3939
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+
4056
release-mcad:
4157
runs-on: ubuntu-latest
4258

0 commit comments

Comments
 (0)