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 2596671 commit 99f2f94Copy full SHA for 99f2f94
.github/workflows/_helm-e2e.yml
@@ -137,7 +137,7 @@ jobs:
137
env:
138
example: ${{ inputs.example }}
139
run: |
140
- if [[ ! "$example" =~ ^[a-zA-Z]{1,20}$ ]] || [[ "$example" =~ \.\. ]] || [[ "$example" == -* || "$example" == *- ]]; then
+ if [[ ! "$example" =~ ^[a-zA-Z0-9]{1,20}$ ]] || [[ "$example" =~ \.\. ]] || [[ "$example" == -* || "$example" == *- ]]; then
141
echo "Error: Invalid input - only lowercase alphanumeric and internal hyphens allowed"
142
exit 1
143
fi
0 commit comments