Amend input is added to allow amending the last commit instead of creating a new one. (#8)
Features:
[x] Users can now amend the last commit instead of creating a new one.
[x] Amend input can be used with message input.
[x] Amend input can be used with co-author name and co-author email input.
[x] 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.
Amend input is added to allow amending the last commit instead of creating a new one. (#8)
Features:
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.