Skip to content

Commit

Permalink
Update Sync-fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LM5610 authored Jan 7, 2025
1 parent c41442b commit 4131c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync Fork

on:
schedule:
- cron: '* * * * *' # 每分钟执行
- cron: '* * * * *'
workflow_dispatch:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
ref: remapped

- name: Add upstream remote
run: git remote add upstream https://github.com/原始项目用户名/主项目名.git # 替换为主项目的 URL
run: git remote add upstream https://github.com/HibiscusMC/HMCCosmetics.git

- name: Fetch upstream changes
run: git fetch upstream
Expand Down

0 comments on commit 4131c5b

Please sign in to comment.