mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
fix: re-fetch before skill branch merges to avoid stale refs
This commit is contained in:
@@ -89,6 +89,9 @@ jobs:
|
||||
- name: Merge main into skill branches
|
||||
id: merge
|
||||
run: |
|
||||
# Re-fetch to pick up any changes pushed since job start
|
||||
git fetch origin
|
||||
|
||||
FAILED=""
|
||||
SUCCEEDED=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user