Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drengskapur/gitbot-config
Streamline GitHub Actions workflows by automatically configuring Git user as the GitHub Actions bot. One-step setup for proper commit attribution.
https://github.com/drengskapur/gitbot-config
actions-bot automation-tools bot-configuration ci-cd commit-attribution continuous-integration devops git-automation git-config git-user git-workflow github-actions github-bot github-workflow workflow-automation
Last synced: 5 days ago
JSON representation
Streamline GitHub Actions workflows by automatically configuring Git user as the GitHub Actions bot. One-step setup for proper commit attribution.
- Host: GitHub
- URL: https://github.com/drengskapur/gitbot-config
- Owner: drengskapur
- License: mit
- Created: 2024-08-09T12:14:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:29:52.000Z (2 months ago)
- Last Synced: 2024-09-10T16:16:37.543Z (2 months ago)
- Topics: actions-bot, automation-tools, bot-configuration, ci-cd, commit-attribution, continuous-integration, devops, git-automation, git-config, git-user, git-workflow, github-actions, github-bot, github-workflow, workflow-automation
- Homepage: https://github.com/drengskapur/gitbot-config
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Configure GitHub Actions Bot
[![GitHub release](https://img.shields.io/github/release/drengskapur/gitbot-config.svg)](https://github.com/drengskapur/gitbot-config/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## Quick Start
```yaml
- name: Configure Git Actions Bot
uses: drengskapur/gitbot-config@00aecab0a790b146951f9e0c48f564eaf26a9df6 # v1.1.2
```Use this action for pushing changes within a GitHub Actions workflow.
```yaml
- 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
```