Skip to content

Commit

Permalink
Merge built artifacts back into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoftorfs committed Dec 14, 2023
1 parent a2297b4 commit 47134b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flex-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contrib: true

duplicate-index:
name: Duplicate index.json into main branch
name: Merge updates back into main branch
runs-on: Ubuntu-20.04
needs: [call-flex-update]
steps:
Expand All @@ -35,5 +35,7 @@ jobs:
-
name: Merge updates back into main branch
run: |
git merge origin/flex/main
git push main
git branch
git status
git merge origin/flex/main -m "Merge built artifacts"
git push -u origin main

0 comments on commit 47134b8

Please sign in to comment.