fix: re-fetch before skill branch merges to avoid stale refs
This commit is contained in:
3
.github/workflows/fork-sync-skills.yml
vendored
3
.github/workflows/fork-sync-skills.yml
vendored
@@ -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