Skip to content

Commit

Permalink
fix(promote-helm): missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent 1309480 commit 431701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitops-promote-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
helm template promote/helm/ \
--set name=${{ github.event.repository.name }} \
--set version=${{ github.head_ref }} \
--set destination.namespace=${{ inputs.destinationNamespace }}
--set repository=${{ env.GITHUB_REPOSITORY }}
--set destination.namespace=${{ inputs.destinationNamespace }} \
--set repository=${{ env.GITHUB_REPOSITORY }} \
> promotion-environment/helm/templates/${{ github.event.repository.name }}.yaml
- name: Commit Env Changes
Expand Down

0 comments on commit 431701e

Please sign in to comment.