Thanks to visit codestin.com Credit goes to github.com
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 30e86e0 commit 43cc544Copy full SHA for 43cc544
.github/workflows/pr-deploy.yaml
@@ -178,8 +178,8 @@ jobs:
178
run: |
179
helm repo add coder-logstream-kube https://helm.coder.com/logstream-kube
180
helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
181
- --namespace "pr${{ env.PR_NUMBER }}"
182
- --set url="${{ steps.deployment_url.outputs.CODER_ACCESS_URL }}"s
+ --namespace "pr${{ env.PR_NUMBER }}" \
+ --set url="${{ steps.deployment_url.outputs.CODER_ACCESS_URL }}"
183
184
- name: Send Slack notification
185
0 commit comments