Skip to content

Commit 4c92dca

Browse files
committed
try disable_fastforwards: true
1 parent 73e3b37 commit 4c92dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/merge-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
type: now
1818
target_branch: with-net6.0
1919
github_token: ${{ github.token }}
20+
disable_fastforwards: true
2021

2122
- name: Merge master -> only-net6.0
2223
uses: devmasx/merge-branch@master
2324
with:
2425
type: now
2526
target_branch: only-net6.0
2627
github_token: ${{ github.token }}
28+
disable_fastforwards: true

0 commit comments

Comments
 (0)