actions-js / push

⬆️ Push changes made by actions right back into the current repository.
MIT License
89 stars 51 forks source link

feat: add support for amend input #12

Closed devenes closed 1 year ago

devenes commented 2 years ago

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.