Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Required-githooks: true

this-is-Signed-off-by: Brian J. Murrell <[email protected]>
Run-GHA: true
Skip-PR-comments: true
  • Loading branch information
brianjmurrell committed Oct 28, 2024
1 parent 6033602 commit 999e0ac
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/actions/variables-from-env/action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: 'Create Variables from Env Variables'
description: 'Variables from Env Variables'
outputs:
NAME: ${{ env.NAME }}
DISTROS: ${{ env.DISTROS }}
EL8_BUILD_VERSION: ${{ env.EL8_BUILD_VERSION }}
EL9_BUILD_VERSION: ${{ env.EL9_BUILD_VERSION }}
LEAP15_VERSION: ${{ env.LEAP15_VERSION }}
PACKAGING_DIR: ${{ env.PACKAGING_DIR }}
COVFN_DISABLED: ${{ env.COVFN_DISABLED }}
TEST_TAG: ${{ env.TEST_TAG }}
NAME:
value: ${{ env.NAME }}
DISTROS:
value: ${{ env.DISTROS }}
EL8_BUILD_VERSION:
value: ${{ env.EL8_BUILD_VERSION }}
EL9_BUILD_VERSION:
value: ${{ env.EL9_BUILD_VERSION }}
LEAP15_VERSION:
value: ${{ env.LEAP15_VERSION }}
PACKAGING_DIR:
value: ${{ env.PACKAGING_DIR }}
COVFN_DISABLED:
value: ${{ env.COVFN_DISABLED }}
TEST_TAG:
value: ${{ env.TEST_TAG }}
runs:
using: "composite"
# What a dumb jobs this is
Expand Down

0 comments on commit 999e0ac

Please sign in to comment.