We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec612b commit 64183beCopy full SHA for 64183be
.github/workflows/pr.yml
@@ -37,6 +37,10 @@ jobs:
37
name: Lint Helm
38
runs-on: ubuntu-latest
39
steps:
40
+ - name: Checkout
41
+ uses: actions/checkout@v3
42
+ with:
43
+ fetch-depth: 0
44
- uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
45
46
- name: Helm Lint
.github/workflows/release-chart.yaml
@@ -35,4 +35,4 @@ jobs:
35
env:
36
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
- charts_dir: charts/radix-oauth-guard
+ skip_existing: false
0 commit comments