Skip to content

Commit

Permalink
ci: update github actions email?
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 13, 2023
1 parent 47003df commit 80cba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
-s -D \
-o index.html
git config user.name github-actions
git config user.email github-[email protected]
git config user.email [email protected]
git add .
if [[ ! $(git diff --quiet) ]]; then
git commit -m "update index.html"
Expand Down

0 comments on commit 80cba61

Please sign in to comment.