ci: update github actions email?
This commit is contained in:
parent
47003df4c0
commit
80cba615e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -129,7 +129,7 @@ jobs:
|
|||
-s -D \
|
||||
-o index.html
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git config user.email actions@github.com
|
||||
git add .
|
||||
if [[ ! $(git diff --quiet) ]]; then
|
||||
git commit -m "update index.html"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue