Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vanyauhalin/action-gh-bot

Configure Git with GitHub Actions Bot's profile
https://github.com/vanyauhalin/action-gh-bot

ci git github-actions github-bot

Last synced: 11 days ago
JSON representation

Configure Git with GitHub Actions Bot's profile

Awesome Lists containing this project

README

        

# Setup GitHub Actions Bot

This GitHub Action configure Git with [GitHub Actions Bot]'s profile by adding a step to your workflow:

```yml
- name: Setup GitHub Actions Bot
uses: vanyauhalin/action-gh-bot@v0
```

Under the hood, this action sets up the following Git configuration:

```sh
$ git config set --global user.name "github-actions[bot]"
$ git config set --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
```

That is all.

## License

[MIT] (c) [Ivan Uhalin]

[GitHub Actions Bot]: https://api.github.com/users/github-actions%5Bbot%5D

[Ivan Uhalin]: https://github.com/vanyauhalin/
[MIT]: https://github.com/vanyauhalin/action-gh-bot/blob/main/LICENSE.txt/