Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan-cromell authored Feb 14, 2025
1 parent c48155a commit b033b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
uses: WyriHaximus/github-action-helm3@v3
with:
exec: |
helm upgrade ${{ inputs.name }} ./helm/app --kube-context=etimo-staging \
helm upgrade ${{ inputs.name }} ${{ github.action_path }}/../../../helm/app --kube-context=etimo-staging \
--install --atomic --namespace=${{ inputs.namespace }} \
--debug \
--set global.name=${{ inputs.name }} \
Expand Down

0 comments on commit b033b2d

Please sign in to comment.