Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e837e6

Browse filesBrowse files
committed
Update GitHub Action's Git commiter email address to anonymous
1 parent 1dcd17b commit 2e837e6
Copy full SHA for 2e837e6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.github/workflows/update-and-build.yml

Copy file name to clipboardExpand all lines: .github/workflows/update-and-build.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- run: ./manage_translation.py recreate_readme
3535
env:
3636
TX_TOKEN: ${{ secrets.TX_TOKEN }}
37-
- run: git config --local user.email 'maciej.olko@gmail.com'
38-
name: Run git config --local user.email '…'
37+
- run: git config --local user.email github-actions@github.com
3938
- run: git config --local user.name "GitHub Action's update-translation job"
4039
- run: git add .
4140
- run: git commit -m 'Update translation from Transifex' || true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.