소스 검색

Disable dry-run

Marcus Hert Da Coregio 1 년 전
부모
커밋
5fe7559c6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/auto-merge-forward.yml

+ 1 - 1
.github/workflows/auto-merge-forward.yml

@@ -46,5 +46,5 @@ jobs:
         uses: marcusdacoregio/auto-merge-forward@9eac812bc73673e1a358766ac2ce319bd31ce0f8
         with:
           branches: '6.1.x, 6.2.x, main'
-          dry-run: true
+          dry-run: false
           from-author: dependabot[bot]