fix: fix release push repo error (#386)

This commit is contained in:
CorrectRoadH 2024-01-15 14:46:13 +08:00 committed by GitHub
parent 8240a688f7
commit b2270e14c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -66,13 +66,13 @@ jobs:
git config user.email 'a778917369@gmail.com' git config user.email 'a778917369@gmail.com'
git add . git add .
git commit -m "Update app store zip" git commit -m "Update app store zip"
- name: Push changes - name: Push changes
uses: ad-m/github-push-action@master uses: ad-m/github-push-action@master
with: with:
directory: pages directory: pages
github_url: https://github.com/IceWhaleTech/icewhaletech.github.io
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
repository: IceWhaleTech/icewhaletech.github.io
branch: main branch: main