Skip to content

Commit

Permalink
improve dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed May 6, 2022
1 parent 4094ac6 commit 1f68283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Dependency update
uses: WyriHaximus/github-action-helm3@v2
with:
exec: cd ${{ inputs.CHART_PATH }} ; helm dependency update
exec: helm dependency update ./${{ inputs.CHART_PATH }}
- name: Deploy
uses: WyriHaximus/github-action-helm3@v2
with:
Expand Down

0 comments on commit 1f68283

Please sign in to comment.