From f9b96afb4e9e36dae2c72503ad4af1c51d95a5b3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 31 Mar 2024 13:15:31 +0300 Subject: [PATCH] fix: deploy action branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11d2231..a5223ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: username: 'ivuorinen' reponame: 'sysvinit-service-generator' token: ${{ secrets.GITHUB_TOKEN }} # no need to change this line this is used to create the branch in your application repository - basebranchname: 'main' + basebranchname: main email: 'ivuorinen@users.noreply.github.com' name: 'ivuorinen' commitmessage: 'Deploy Vue App 🚀'