We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d789b commit 142573fCopy full SHA for 142573f
docs/publishing-your-site.md
@@ -35,6 +35,10 @@ contents:
35
runs-on: ubuntu-latest
36
steps:
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
42
- uses: actions/setup-python@v4
43
with:
44
python-version: 3.x
@@ -90,6 +94,10 @@ contents:
90
94
if: github.event.repository.fork == false
91
95
92
96
97
98
99
100
93
101
102
103
0 commit comments