Skip to content

Commit

Permalink
修复repo url错误的问题
Browse files Browse the repository at this point in the history
Signed-off-by: teble <me@teble.me>
  • Loading branch information
teble committed Jul 12, 2023
1 parent 99a793d commit ff24ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-meta-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
git add .
if [[ -n $(git status -s) ]]; then
git commit -m "Update app-meta.json"
git push "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@${{ github.repository }}" pages:pages
git push "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" pages:pages
fi

0 comments on commit ff24ed6

Please sign in to comment.