Skip to content

Commit

Permalink
ci: modify git config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking authored Aug 20, 2023
1 parent fd96782 commit 56822fe
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 @@ -51,8 +51,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: casbin/casibase.github.io
branch: master # The deploy branch.
folder: build # The deploy folder.

0 comments on commit 56822fe

Please sign in to comment.