mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
fix: fix a typo in deploy-pr.yaml (#8678)
This commit is contained in:
@@ -178,8 +178,8 @@ jobs:
|
||||
run: |
|
||||
helm repo add coder-logstream-kube https://helm.coder.com/logstream-kube
|
||||
helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
|
||||
--namespace "pr${{ env.PR_NUMBER }}"
|
||||
--set url="${{ steps.deployment_url.outputs.CODER_ACCESS_URL }}"s
|
||||
--namespace "pr${{ env.PR_NUMBER }}" \
|
||||
--set url="${{ steps.deployment_url.outputs.CODER_ACCESS_URL }}"
|
||||
|
||||
- name: Send Slack notification
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user