Skip to content

Commit bf09df2

Browse files
committed
identify github actions bot
1 parent 0af67f5 commit bf09df2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sync.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19+
fetch-depth: 0
20+
21+
- name: identify
22+
run: |
23+
git config user.name "github-actions[bot]"
24+
git config user.email "github-actions[bot]@users.noreply.github.com"
1925
2026
- name: fetch upstream
2127
run: |

0 commit comments

Comments
 (0)