Skip to content

Commit

Permalink
changing the gh user
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 988e3a2 commit 50a2bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
# Publishing implies creating a git commit on the production branch,
# we let @phalconbot own these commits.
git config --global user.email "nikos@niden.net"
git config --global user.name "Phalcon Team Deploy Bot"
git config user.name github-actions
git config user.email github-actions@github.com
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
mike deploy \
--update-aliases \
Expand Down

0 comments on commit 50a2bd5

Please sign in to comment.