Skip to content

Commit

Permalink
Specify target branch of ct lint in example workflow (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
  • Loading branch information
JenTing Hsiao committed May 25, 2022
1 parent c027be8 commit e38d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ jobs:
fi
- name: Run chart-testing (lint)
run: ct lint
run: ct lint --target-branch ${{ github.event.repository.default_branch }}

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
Expand Down

0 comments on commit e38d23e

Please sign in to comment.