浏览代码

Removed bot account from auto commit

/main
Miley Hollenberg 4 年前
当前提交
74d7eb52
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 4
      .github/workflows/linter.yml

4
.github/workflows/linter.yml


- name: Commit changes
uses: EndBug/add-and-commit@v5
with:
author_name: github-actions[bot]
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: "Automated dotnet-format update Co-authored-by ${{ github.event.comment.user.login }} <${{ github.event.comment.user.id }}+${{ github.event.comment.user.login }}@users.noreply.github.com>"
message: "[Bot] Automated dotnet-format update"
add: "*.cs"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
正在加载...
取消
保存