Commit 142573f 1 parent 34d789b commit 142573f Copy full SHA for 142573f
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ contents:
35
35
runs-on: ubuntu-latest
36
36
steps:
37
37
- uses: actions/checkout@v4
38
+ - name: Configure Git Credentials
39
+ run: |
40
+ git config user.name github-actions[bot]
41
+ git config user.email 41898282+github-actions[bot]@users.noreply.github.com
38
42
- uses: actions/setup-python@v4
39
43
with:
40
44
python-version: 3.x
@@ -90,6 +94,10 @@ contents:
90
94
if: github.event.repository.fork == false
91
95
steps:
92
96
- uses: actions/checkout@v4
97
+ - name: Configure Git Credentials
98
+ run: |
99
+ git config user.name github-actions[bot]
100
+ git config user.email 41898282+github-actions[bot]@users.noreply.github.com
93
101
- uses: actions/setup-python@v4
94
102
with:
95
103
python-version: 3.x
You can’t perform that action at this time.
0 commit comments