From 9e3dfcb26c2c4e26099194af26ff976b713ec6fd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 31 Mar 2024 13:25:19 +0300 Subject: [PATCH] fix: deploy.yml, 3rd action the charm? --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ff5304..b21d12a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,12 +11,11 @@ jobs: steps: - uses: actions/checkout@v3 - id: Build-Deploy-Vue - uses: xRealNeon/VuePagesAction@1.0.1 + uses: Daniele-Tentoni/VuePagesAction@1.0.8 with: 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 gitemail: 'ivuorinen@users.noreply.github.com' gitname: 'ivuorinen' gitmsg: 'Deploy Vue App 🚀'