We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cadfb commit 946e8beCopy full SHA for 946e8be
.github/workflows/fixture_feature_release.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
FEATURE_PREFIX="${GITHUB_REF_NAME//@*/}"
24
FEATURE_NAME="${FEATURE_PREFIX#tests-}"
25
- names=$(grep -Po "^${FEATURE_NAME}[^:]*" .github/configs/feature.yaml | jq --raw-input . | jq -c --slurp .)
+ names=$(grep -Po "^${FEATURE_NAME}(?=:)" .github/configs/feature.yaml | jq --raw-input . | jq -c --slurp .)
26
echo names=${names}
27
echo names=${names} >> "$GITHUB_OUTPUT"
28
0 commit comments