Skip to content

Commit 9fb31b1

Browse files
committed
Update update-chart GitHub Action's Git commiter email address to anonymous
1 parent b5310fa commit 9fb31b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-chart.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
ref: '3.10'
1515
fetch-depth: 0
1616
- run: python update_switcher_chart.py
17-
- run: git config --local user.email 'maciej.olko@gmail.com'
18-
name: Run git config --local user.email '…'
17+
- run: git config --local user.email github-actions@github.com
1918
- run: git config --local user.name "GitHub Action's update-chart job"
2019
- run: git add .
2120
- run: git commit -m 'Update language switcher progress chart' || return 0

0 commit comments

Comments
 (0)