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

Fixed crashing and causing issues when source branch has 'master' (old school) or 'main' (new repos) in its name. #35

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

github-actions[bot]
Copy link

Brief description

Fixed crashing and causing issues when source branch has 'master' (old school) or 'main' (new repos) in its name.

It was causing errors like fatal: ambiguous argument 'master..test-master-name': unknown revision or path not in the working tree.

Commits

  • 5b66164 - Krzysztof Szyper - 5 minutes ago
    Fixed crashing and causing issues when source branch has 'master' (old school) or 'main' (new repos) in its name. It was causing errors like fatal: ambiguous argument 'master..test-master-name': unknown revision or path not in the working tree.

Modified files

Makefile | 2 +-
entrypoint.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Checklist

  • Pull request was created manually
  • Provided a clear and concise description of what the bug is.
  • Given a clear and concise solution for what was expected to happen.
  • Added any other context about the issue that can help to understand it.
  • Associated issue has been already created and link was provided.

Check CONTRIBUTING.md for more information

…d school) or 'main' (new repos) in its name.

It was causing errors like fatal: ambiguous argument 'master..test-master-name': unknown revision or path not in the working tree.
@github-actions github-actions bot requested review from ChristophShyper and a team as code owners February 22, 2021 09:26
@github-actions github-actions bot added automatic Automatic action bugfix Bug needing a fix labels Feb 22, 2021
@ChristophShyper
Copy link
Member

Fixes #34

@ChristophShyper ChristophShyper mentioned this pull request Feb 22, 2021
6 tasks
@ChristophShyper ChristophShyper merged commit 978bdad into master Feb 22, 2021
@ChristophShyper ChristophShyper deleted the bugfix/ambiguous-argument-error branch February 22, 2021 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic Automatic action bugfix Bug needing a fix
Development

Successfully merging this pull request may close these issues.

1 participant