Skip to content

Commit

Permalink
Add merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Dec 26, 2024
1 parent 2899cbf commit d4278eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/smt2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
git config --global user.name "gh-action[bot]"
git fetch origin smt2
git checkout FETCH_HEAD -b smt2
git checkout main
git fetch --unshallow --no-tags --prune --no-recurse-submodules
echo "[git update]"
git merge -X theirs main
git checkout main
echo "[git] Update and merge done"
git symbolic-ref HEAD refs/heads/smt2
git add .
git commit -m "Update from main and rebuild \".smt2\" files"
git add -A
git diff-index --quiet HEAD || git commit -m "Update from main and rebuild \".smt2\" files"
git push -u origin smt2

0 comments on commit d4278eb

Please sign in to comment.