更新 .gitea/workflows/sync-upstream.yml
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions"
|
git config user.name "gitea-actions"
|
||||||
git config user.email "actions@gitea.local"
|
git config user.email "actions@gitea.local"
|
||||||
git remote add upstream https://gitea.zhengchentao.win/<mirror路径>/ezbookkeeping.git
|
git remote add upstream https://gitea.zhengchentao.win/mirror/ezbookkeeping.git
|
||||||
git fetch upstream --tags
|
git fetch upstream --tags
|
||||||
|
|
||||||
if [ -n "${{ inputs.tag }}" ]; then
|
if [ -n "${{ inputs.tag }}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user