GitHub Action to commit when a file has changed during the Workflow.
- uses: matheusalbino/[email protected]
with:
user-name: Equal
user-email: [email protected]
message: This a commit from Github Actions
github-token: ${{ secrets.GITHUB_TOKEN }}