Skip to content

Commit

Permalink
server: fix testmerge worker action 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Jul 28, 2024
1 parent 3dd4410 commit 3d95423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Testmerge Worker"
git switch ${{ env.TESTMERGE_BRANCH }} || git switch -c ${{ env.TESTMERGE_BRANCH }}
git reset --hard ${{ env.BASE_BRANCH }}
# Print debug information
echo "PR details JSON:"
Expand Down Expand Up @@ -91,4 +92,4 @@ jobs:
echo "Successfully merged $PR_TITLE (#$PR_NUMBER)"
done
git push origin ${{ env.TESTMERGE_BRANCH }}
git push -f origin ${{ env.TESTMERGE_BRANCH }}

0 comments on commit 3d95423

Please sign in to comment.