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.
name
: gituser.name
. Default:${{ github.actor }}
email
: gituser.email
. Default:${{ github.actor }}@users.noreply.github.com
message
: commit message. Default:update
changed
: repository has changes or not.1
if changed,0
else.