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.
2 parents 445a94a + cbfdc61 commit ed6c290Copy full SHA for ed6c290
.github/workflows/auto-update.yml
@@ -29,6 +29,7 @@ jobs:
29
git fetch
30
git merge origin/auto-update -m "Auto-merge updates from auto-update branch"
31
32
- - name: Push Changes to Main
+ - name: Push Changes to Main and auto-update
33
run: |
34
git push origin main
35
+ git push origin auto-update
0 commit comments