Skip to content

Commit

Permalink
#131 syntax error when git merge?
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 11, 2020
1 parent 85cb0c4 commit 25a823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
git remote -v
git fetch origin master
git merge origin master --strategy=ours
git merge master --strategy=ours
- name: Push resolved conflicts
uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
Expand Down

0 comments on commit 25a823b

Please sign in to comment.