Skip to content

Commit

Permalink
test workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed May 27, 2022
1 parent f7a9b4e commit 76927a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Dependency build
- name: Dependency update
uses: WyriHaximus/github-action-helm3@v2
with:
exec: helm dependency build ./${{ inputs.CHART_PATH }}
exec: helm dependency update ./${{ inputs.CHART_PATH }} --skip-refresh
- name: Deploy
uses: WyriHaximus/github-action-helm3@v2
with:
Expand Down

0 comments on commit 76927a4

Please sign in to comment.