Skip to content

Commit

Permalink
#131 more debugging (now fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 13, 2020
1 parent 01e2402 commit 164101c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
git checkout ${{ github.event.ref }}
git config user.email "${{ secrets.EMAIL }}"
git config user.name "Miki (bot)"
git diff release-${{ github.event.ref }} master
git diff ${{ github.event.ref }} master
git merge master --strategy=ours --no-ff --no-commit -v --progress
git diff release-${{ github.event.ref }} master
git diff ${{ github.event.ref }} master
- name: Push resolved conflicts
uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
Expand Down

0 comments on commit 164101c

Please sign in to comment.