From b2270e14c636ebb37566c099133420b9094ffd38 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Mon, 15 Jan 2024 14:46:13 +0800 Subject: [PATCH] fix: fix release push repo error (#386) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ec8aec..b84568c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,13 +66,13 @@ jobs: git config user.email 'a778917369@gmail.com' git add . git commit -m "Update app store zip" - + - name: Push changes uses: ad-m/github-push-action@master - with: + with: directory: pages - github_url: https://github.com/IceWhaleTech/icewhaletech.github.io github_token: ${{ secrets.GITHUB_TOKEN }} + repository: IceWhaleTech/icewhaletech.github.io branch: main