Skip to content

Commit

Permalink
Returnt to detached HEAD state of master checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Feb 3, 2025
1 parent b1436de commit 90677d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ jobs:
env
cd doc-base
git branch
git log -n 3
git checkout master
git switch -
git branch
git -c user.email="()" -c user.name="()" merge --no-ff --no-commit origin/master
git log -n 3
git switch --detach -
git branch
git log -n 3
git -c user.email="()" -c user.name="()" merge --no-ff --no-commit master
git diff --cached
- name: "Run QA scripts for EN docs"
Expand Down

0 comments on commit 90677d9

Please sign in to comment.