Skip to content

Commit bffe0a3

Browse files
authored
fix: user dash for lab prefix name (#1044)
1 parent b213e01 commit bffe0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-deploy-lab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Statically set environment variable
7272
if: ${{ github.event_name == 'workflow_dispatch' }}
7373
run: |
74-
echo "LAB_NAME_PREFIX=$(echo '${{ github.event.inputs.gatewayDomain }}' | tr '.' '_')" >> $GITHUB_ENV
74+
echo "LAB_NAME_PREFIX=$(echo '${{ github.event.inputs.gatewayDomain }}' | tr '.' '-')" >> $GITHUB_ENV
7575
echo "GATEWAY_DOMAIN=${{ github.event.inputs.gatewayDomain }}" >> $GITHUB_ENV
7676
echo "ACME_EMAIL=${{ github.event.inputs.acmeEmail }}" >> $GITHUB_ENV
7777
echo "OS_IMAGE=${{ github.event.inputs.osImage }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)