Skip to content

Config Git Actions Bot

Actions
Configures Git globally to use GitHub Actions bot as committer, setting user.email and user.name for workflow commits
v1.1.2
Latest
Star (0)

Configure GitHub Actions Bot

GitHub release License: MIT

Quick Start

- name: Configure Git Actions Bot
  uses: drengskapur/gitbot-config@00aecab0a790b146951f9e0c48f564eaf26a9df6 # v1.1.2

Use this action for pushing changes within a GitHub Actions workflow.

- name: Configure Git Actions Bot
  uses: drengskapur/gitbot-config@00aecab0a790b146951f9e0c48f564eaf26a9df6 # v1.1.2

  # Now you can commit changes

- run: |
    git add .
    git commit -m "Automated changes"
    git push

Config Git Actions Bot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Configures Git globally to use GitHub Actions bot as committer, setting user.email and user.name for workflow commits
v1.1.2
Latest

Config Git Actions Bot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.