Skip to content

Commit

Permalink
add: Print out parameters used in CodeFlare release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VanillaSpoon authored and openshift-ci[bot] committed Oct 12, 2023
1 parent bd0c2b2 commit 04d4b43
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/project-codeflare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@ on:
default: 'redhat-openshift-ecosystem'

jobs:
release-parameters:
runs-on: ubuntu-latest
steps:
- name: Release Parameters
run: |
echo "Below are the release parameters set for the workflow:"
echo "Operator Version: ${{ github.event.inputs.operator-version }}"
echo "Replaces: ${{ github.event.inputs.replaces }}"
echo "MCAD Version: ${{ github.event.inputs.mcad-version }}"
echo "CodeFlare SDK Version: ${{ github.event.inputs.codeflare-sdk-version }}"
echo "InstaScale Version: ${{ github.event.inputs.instascale-version }}"
echo "Is Stable: ${{ github.event.inputs.is-stable }}"
echo "CodeFlare Repository Organization: ${{ github.event.inputs.codeflare-repository-organization }}"
echo "Quay Organization: ${{ github.event.inputs.quay-organization }}"
echo "Community Operators Prod Organization: ${{ github.event.inputs.community-operators-prod-organization }}"
release-mcad:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 04d4b43

Please sign in to comment.