Skip to content

Commit

Permalink
Fix speeling of inputs
Browse files Browse the repository at this point in the history
Skip-PR-comments: true
Run-GHA: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Apr 24, 2024
1 parent c81d2b1 commit 981411a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
if ${CP_SKIP_BUILD:-false}; then
exit 0
fi
distros=(${{ input.DISTROS }})
distros=(${{ inputs.DISTROS }})
if ! ${CP_SKIP_BUILD_EL8_RPM:-false} && [[ ${distros[@]} =~ el8 ]]; then
l+=(el8)
fi
Expand All @@ -192,7 +192,7 @@ jobs:
if ${CP_SKIP_BUILD:-false}; then
exit 0
fi
distros=(${{ input.DISTROS }})
distros=(${{ inputs.DISTROS }})
if ! ${CP_SKIP_BUILD_EL8_RPM:-false} && [[ ${distros[@]} =~ el8 ]]; then
l+=('"el8"')
fi
Expand Down

0 comments on commit 981411a

Please sign in to comment.