Skip to content

Commit

Permalink
try disable_fastforwards: true
Browse files Browse the repository at this point in the history
  • Loading branch information
kunga committed Mar 29, 2023
1 parent b50846d commit 73b7c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
type: now
target_branch: with-net6.0
github_token: ${{ github.token }}
disable_fastforwards: true

- name: Merge master -> only-net6.0
uses: devmasx/merge-branch@master
with:
type: now
target_branch: only-net6.0
github_token: ${{ github.token }}
disable_fastforwards: true

0 comments on commit 73b7c94

Please sign in to comment.