We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5310fa commit 9fb31b1Copy full SHA for 9fb31b1
.github/workflows/update-chart.yml
@@ -14,8 +14,7 @@ jobs:
14
ref: '3.10'
15
fetch-depth: 0
16
- 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 '…'
+ - run: git config --local user.email github-actions@github.com
19
- run: git config --local user.name "GitHub Action's update-chart job"
20
- run: git add .
21
- run: git commit -m 'Update language switcher progress chart' || return 0
0 commit comments