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

feat: add support for amend input #12

Merged

Conversation

devenes
Copy link
Contributor

@devenes devenes commented Oct 18, 2022

Amend input is added to allow amending the last commit instead of creating a new one. (#8)

Features:

  • Users can now amend the last commit instead of creating a new one.
  • Amend input can be used with message input.
  • Amend input can be used with co-author name and co-author email input.
  • Amend input can be used with force input.

Note: You need to use amend input with force input. Both inputs need to be set to true to force push the amended commit. Otherwise, the action will fail. This note is added to the README.md file.

Copy link
Contributor

@notfilippo notfilippo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks and sorry for the wait!

@notfilippo notfilippo merged commit 156f2b1 into actions-js:master Dec 18, 2022
@devenes devenes deleted the devenes-feat-add-support-for-amend-input branch December 18, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants