Skip to content

Choose a tag to compare

@ChristophShyper ChristophShyper released this 09 Sep 12:22
· 219 commits to master since this release
78e8915

GitHub Action for committing changes to a repository

GitHub Action that will create a new commit and push it back to the repository.

Dockerized as devopsinfra/action-commit-push.

Features:

  • Can add a custom prefix to commit message by setting commit_prefix.
  • Can create a new branch when target_branch is set.
  • Can add a timestamp to a branch name, when target_branch is set and add_timestamp is true. Will create a branch named ${branch_name}/${add_timestamp}. Great for cron-based updates.
  • As a commit message will use commit_message if set, or commit_prefix and add changed files or just list changed files.
  • Good to combine with my other action devops-infra/action-pull-request.