Skip to content

Commit

Permalink
update install chart test GHA to use default branch param
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Apr 24, 2023
1 parent d2eff1d commit 477b13c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
- name: Run chart-testing (install)
id: install
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
run: ct install --target-branch ${{ github.event.repository.default_branch }}


0 comments on commit 477b13c

Please sign in to comment.