Skip to content

Commit 198c429

Browse files
committed
fix
1 parent f3f6669 commit 198c429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
https://${{ env.PR_DEPLOYMENT_ACCESS_URL }}
322322
323323
# Create template
324-
coder templates init --id kubernetes && cd ./kubernetes/ && /home/runner/coder templates create -y --variable namespace=pr${{ env.PR_NUMBER }}
324+
coder templates init --id kubernetes && cd ./kubernetes/ && coder templates create -y --variable namespace=pr${{ env.PR_NUMBER }}
325325
326326
# Create workspace
327327
cat <<EOF > workspace.yaml

0 commit comments

Comments
 (0)