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.
2 parents c1a8c3f + c736264 commit 26c0ee9Copy full SHA for 26c0ee9
.github/workflows/update-progress.yml
@@ -38,16 +38,15 @@ jobs:
38
python -m pip install -r .automation/requirements.txt
39
python .automation/make_progress.py
40
41
- - name: Configure your Git username/email
+ - name: Configure github-actions bot Git config
42
run: |
43
- git config user.name ${NAME}
44
- git config user.email ${EMAIL}
45
- env:
46
- NAME: "taishi-n"
47
- EMAIL: "[email protected]"
+ git config user.name 'github-actions[bot]'
+ git config user.email 'github-actions[bot]@users.noreply.github.com'
48
49
- name: Commit ${{ env.FILE_NAME }}
50
51
git add $FILE_NAME
52
git diff-index --quiet HEAD || git commit -m "bot: Update progress"
53
git push
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
progress.png
0 Bytes
0 commit comments