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

Skip to content

Commit 43cc544

Browse files
authored
fix: fix a typo in deploy-pr.yaml (#8678)
1 parent 30e86e0 commit 43cc544

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)