Config Git Actions Bot
ActionsConfigures Git globally to use GitHub Actions bot as committer, setting user.email and user.name for workflow commits
v1.1.2
LatestBy drengskapur
Tags
(2)- 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.