Skip to content

Commit

Permalink
Merge pull request #365 from qhdinh/fix/ci-flow
Browse files Browse the repository at this point in the history
[FIX] Fix Github workflow
  • Loading branch information
achraf-dahech authored Sep 19, 2022
2 parents d513cdb + f953744 commit 067248f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@master
uses: helm/chart-testing-action@main
with:
command: lint
config: .github/chart-testing.yaml
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
node_image: kindest/node:${{ matrix.k8s }}
- name: Run chart-testing (install)
uses: helm/chart-testing-action@master
uses: helm/chart-testing-action@main
with:
command: install
config: .github/chart-testing.yaml

0 comments on commit 067248f

Please sign in to comment.