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
|
- name: Merge main into skill branches
|
||||||
id: merge
|
id: merge
|
||||||
run: |
|
run: |
|
||||||
|
# Re-fetch to pick up any changes pushed since job start
|
||||||
|
git fetch origin
|
||||||
|
|
||||||
FAILED=""
|
FAILED=""
|
||||||
SUCCEEDED=""
|
SUCCEEDED=""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user