We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb5c0a commit 5314690Copy full SHA for 5314690
.github/workflows/promote.yml
@@ -67,7 +67,7 @@ jobs:
67
component="${{ inputs.component }}"
68
ref="${{ inputs.ref }}"
69
70
- if [[ "${component}" == "puppet-runtime" ]]; then
+ if [[ "${component}" =~ ^(puppet-runtime|openssl-fips)$ ]]; then
71
# Munge the ref: replace - with .
72
munged="${ref//-/.}"
73
json="{\"location\":\"https://s3.osuosl.org/openvox-artifacts/${component}/${ref}/\",\"version\":\"${munged}\"}"
0 commit comments