We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c1cdd commit dc67354Copy full SHA for dc67354
1 file changed
.github/workflows/sync_upstream.yml
@@ -30,6 +30,9 @@ jobs:
30
git fetch --depth=1 upstream main
31
git fetch --depth=1 origin as_upstream
32
33
+ - name: Unstage workflow files
34
+ run: git restore --staged .github/workflows/*
35
+
36
- name: Push Upstream Main to Origin Main
37
run: |
38
git push --force \
0 commit comments