Skip to content

Commit

Permalink
gha(helm-release): try charts_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Oct 15, 2024
1 parent 8fac2b0 commit 6f805f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
helm-release:
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: charts
# defaults:
# run:
# working-directory: charts
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,4 +32,4 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
charts_dir: charts

0 comments on commit 6f805f3

Please sign in to comment.