From b243f23f23840f0975b1c27382ee6a45bcc44a6d Mon Sep 17 00:00:00 2001 From: Marcel Seidel <47413751+m-seidel@users.noreply.github.com> Date: Tue, 2 May 2023 09:47:32 +0200 Subject: [PATCH] chore: changed base branch to main --- .github/workflows/autodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodev.yaml b/.github/workflows/autodev.yaml index e5a85a1..4af2dd9 100644 --- a/.github/workflows/autodev.yaml +++ b/.github/workflows/autodev.yaml @@ -10,7 +10,7 @@ jobs: autodev: uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.14.0 with: - base: master + base: main comments: true secrets: token: ${{ secrets.DEV_PUSH_TOKEN }} \ No newline at end of file