mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-07 19:49:25 +00:00
fix: deploy action to another package
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -11,12 +11,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: Build-Deploy-Vue
|
||||
uses: thefrustrateddev/vue-deploy-github-pages@v1.0.0
|
||||
uses: xRealNeon/VuePagesAction@1
|
||||
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
|
||||
email: 'ivuorinen@users.noreply.github.com'
|
||||
name: 'ivuorinen'
|
||||
commitmessage: 'Deploy Vue App 🚀'
|
||||
gitemail: 'ivuorinen@users.noreply.github.com'
|
||||
gitname: 'ivuorinen'
|
||||
gitmsg: 'Deploy Vue App 🚀'
|
||||
|
||||
Reference in New Issue
Block a user