Skip to content

Commit

Permalink
Fix missing \
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 1aa4f2f commit d7232fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
--set application.versioncontrol.url="https://pr${{ github.event.pull_request.number }}.artemis-k8s.ase.cit.tum.de" \
--set application.userManagement.internalAdmin.username=admin \
--set application.userManagement.internalAdmin.password=${{ secrets.ADMIN_PW }} \
--set artemisVersion=pr-${{ github.event.pull_request.number }}
--set artemisVersion=pr-${{ github.event.pull_request.number }} \
--wait
- name: Post Deployment Comment
Expand Down

0 comments on commit d7232fb

Please sign in to comment.