Skip to content

Commit

Permalink
ci: modify git config (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking authored Aug 20, 2023
1 parent 9e833d2 commit 947668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
ssh-key: ${{ secrets.DEPLOY_KEY}}
git-config-name: ${{ secrets.GIT_NAME }}
git-config-email: ${{ secrets.GIT_EMAIL }}
git-config-name: ${{ secrets.GH_NAME }}
git-config-email: ${{ secrets.GH_EMAIL }}
repository-name: casdoor/casdoor.github.io
branch: master # The deploy branch.
folder: build # The deploy folder.

0 comments on commit 947668c

Please sign in to comment.