Skip to content

Streamline GitHub Actions workflows by automatically configuring Git user as the GitHub Actions bot. One-step setup for proper commit attribution.

License

Notifications You must be signed in to change notification settings

drengskapur/gitbot-config

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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