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

Latest commit

 

History

3 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

仓库 files navigation

:octocat: Setup GitHub 操作 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 Workflow

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Configure Git
        uses: cli-stuff/setup-github-actions-bot

      - name: Commit changes
        run: |
          echo "新建 content" >> new_file.txt
          git commit -am "Add new file"

License

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

关于

:octocat: Setup GitHub 操作 Bot

Topics

Resources

Stars

3 stars

关注者

0 watching

复刻s

发布

贡献者