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

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

:octocat: Setup GitHub Actions Bot

This Action configures git so that when you make commits in CI, they will be authored by github-actions[bot] (github-actions[bot]@users.noreply.github.com)

Usage

Here's a basic example of how to use this action in your workflow:

name: Example Workflowon: [push]jobs:
build:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v3
- name: Configure Gituses: cli-stuff/setup-github-actions-bot
- name: Commit changesrun: | echo "New content" >> new_file.txt git commit -am "Add new file"

License

This project is licensed under Unlicense - see the LICENSE file for details.

About

:octocat: Setup GitHub Actions Bot

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Contributors