helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

fix: Typo in README #81

Closed joehorsnell closed 2 years ago

joehorsnell commented 2 years ago

PR #75 had a small typo in the args to ct - it should be --target-branch.

Also, rather than hard-coding main, we can use the event context to get the name of the default branch if it's something different (eg master).

highb commented 2 years ago

Hey @unguiculus @scottrigby @davidkarlsen I just ran into this typo from the example, could someone review this, please? Thanks! It looks like a couple of other folks have had the same experience. 😉 #83 #84 Thanks for putting up the fix @joehorsnell !