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

Enable git push --force #20

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Enable git push --force #20

merged 1 commit into from
Oct 12, 2021

Conversation

github-actions[bot]
Copy link

📝 Brief description

Enable git push --force

💻 Commits

  • c505c35 - Krzysztof Szyper - 2021-10-12 08:21:24
    Enable git push --force Introduced new boolean input variable force, which allows using git push --force for fast-forward changes.
    Default behavior is to disable this option, so it's backward compatible.

📁 Modified files

README.md | 25 ++++++++++++++-----------
action.yml | 4 ++++
entrypoint.sh | 24 ++++++++++++++++++++----
3 files changed, 38 insertions(+), 15 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Introduced new boolean input variable `force`, which allows using `git push --force` for fast-forward changes.
Default behavior is to disable this option, so it's backward compatible.
@github-actions github-actions bot requested review from ChristophShyper and a team as code owners October 12, 2021 06:21
@github-actions github-actions bot added the feature Adding a new feature label Oct 12, 2021
@ChristophShyper ChristophShyper merged commit b939e8c into master Oct 12, 2021
@ChristophShyper ChristophShyper deleted the feature/git-push-force branch October 12, 2021 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding a new feature
Development

Successfully merging this pull request may close these issues.

None yet

1 participant