Skip to content

Commit dc67354

Browse files
committed
workflow solution
1 parent b8c1cdd commit dc67354

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sync_upstream.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
git fetch --depth=1 upstream main
3131
git fetch --depth=1 origin as_upstream
3232
33+
- name: Unstage workflow files
34+
run: git restore --staged .github/workflows/*
35+
3336
- name: Push Upstream Main to Origin Main
3437
run: |
3538
git push --force \

0 commit comments

Comments
 (0)