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 b213e01 commit bffe0a3Copy full SHA for bffe0a3
.github/workflows/smoke-deploy-lab.yaml
@@ -71,7 +71,7 @@ jobs:
71
- name: Statically set environment variable
72
if: ${{ github.event_name == 'workflow_dispatch' }}
73
run: |
74
- echo "LAB_NAME_PREFIX=$(echo '${{ github.event.inputs.gatewayDomain }}' | tr '.' '_')" >> $GITHUB_ENV
+ echo "LAB_NAME_PREFIX=$(echo '${{ github.event.inputs.gatewayDomain }}' | tr '.' '-')" >> $GITHUB_ENV
75
echo "GATEWAY_DOMAIN=${{ github.event.inputs.gatewayDomain }}" >> $GITHUB_ENV
76
echo "ACME_EMAIL=${{ github.event.inputs.acmeEmail }}" >> $GITHUB_ENV
77
echo "OS_IMAGE=${{ github.event.inputs.osImage }}" >> $GITHUB_ENV
0 commit comments