/actions-commit

Commit and push changes to git, using Composite action!

MIT LicenseMIT

Actions Commit

GitHub Actions Action to commit and push changes to git, using Composite action!

NOTE: Currently this actions's functionality is extremely limited due to the limitation of GitHub Actions Composite Action. See this issue for further informations.

Inputs

  • name: git user.name. Default: ${{ github.actor }}
  • email: git user.email. Default: ${{ github.actor }}@users.noreply.github.com
  • message: commit message. Default: update

Outputs

  • changed: repository has changes or not. 1 if changed, 0 else.