Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 740 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 740 Bytes

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