Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.
/ actions-commit Public archive

Commit and push changes to git, using Composite action!

License

Notifications You must be signed in to change notification settings

sarisia/actions-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Commit and push changes to git, using Composite action!

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project