Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Typo in README #81

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Commits on Mar 18, 2022

  1. fix: Typo in README

    PR helm#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][1] to get the name of the
    default branch if it's something different (eg `master`).
    
    [1]: https://docs.github.com/en/actions/learn-github-actions/contexts
    
    Signed-off-by: Joe Horsnell <github@joehorsnell.com>
    automation authored and joehorsnell committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    fec8f4f View commit details
    Browse the repository at this point in the history