Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zreren authored Apr 3, 2024
1 parent 067bb2a commit 191b637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: ad-m/github-push-action@master # 把 `main` 改成 `master` 或具体的版本号
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
remote_repo: ${{ secrets.GIT_REPO_URL}} # 你的远程仓库URL
repository: ${{ secrets.GIT_REPO_URL}} # 你的远程仓库URL
branch: main
force: true # 使用 "true" 强制推送(当你想要你的变化覆盖远程仓库时)
tags: true # 也推送tags

0 comments on commit 191b637

Please sign in to comment.