GitHub Action for adding, committing, and pushing changes to a repository.
Save local changes with commit message 'Save changes':
jobs:
build:
steps:
- uses: cliffano/save-changes-action@main
with:
message: 'Save changes'
push_changes: 'true'When running tests, set push_changes to false so the action does not push commits or tags to remote repository.
Build reports: