Skip to content

Commit

Permalink
Fix release workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Feb 26, 2023
1 parent c5a1aad commit 0c9a128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
env:
UPDATE_REPO_TOKEN: ${{ secrets.UPDATE_REPO_TOKEN }}
run: |
cd $env:GITHUB_WORKSPACE/application
git clone https://huxingyi:$env:UPDATE_REPO_TOKEN@github.com/huxingyi/huxingyi.github.io.git
cd huxingyi.github.io
git remote set-url origin https://$env:UPDATE_REPO_TOKEN@github.com/huxingyi/huxingyi.github.io.git
Expand Down

0 comments on commit 0c9a128

Please sign in to comment.