Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7b63ed

Browse files
authored
Merge branch 'main' into matifali/kubestream-docs
2 parents 02f2535 + 43cc544 commit c7b63ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ jobs:
178178
run: |
179179
helm repo add coder-logstream-kube https://helm.coder.com/logstream-kube
180180
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
181+
--namespace "pr${{ env.PR_NUMBER }}" \
182+
--set url="${{ steps.deployment_url.outputs.CODER_ACCESS_URL }}"
183183
184184
- name: Send Slack notification
185185
run: |

0 commit comments

Comments
 (0)