Thanks to visit codestin.com Credit goes to github.com
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
1 file changed
.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 '[email protected]'
18
- name: Run git config --local user.email '…'
+ - run: git config --local user.email [email protected]
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