fix: fix release push repo error (#386)
This commit is contained in:
parent
8240a688f7
commit
b2270e14c6
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue