We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8bc02 commit c299fa7Copy full SHA for c299fa7
which-branch/which_branch.py
@@ -56,7 +56,7 @@ def branches_for(token, commit, repo=None):
56
57
def main(*raw_args):
58
from argparse import ArgumentParser
59
- parser = ArgumentParser(description=
+ parser = ArgumentParser(description=\
60
"%(prog)s reports the branch(es) for which the specified commit hash is the tip.",
61
epilog="""\
62
When GitHub Actions launches a tag build, it checks out the specific changeset
0 commit comments