mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-03-02 23:58:26 +00:00
fix: deploy.yml, 3rd action the charm?
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -11,12 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- id: Build-Deploy-Vue
|
- id: Build-Deploy-Vue
|
||||||
uses: xRealNeon/VuePagesAction@1.0.1
|
uses: Daniele-Tentoni/VuePagesAction@1.0.8
|
||||||
with:
|
with:
|
||||||
username: 'ivuorinen'
|
username: 'ivuorinen'
|
||||||
reponame: 'sysvinit-service-generator'
|
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
|
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'
|
gitemail: 'ivuorinen@users.noreply.github.com'
|
||||||
gitname: 'ivuorinen'
|
gitname: 'ivuorinen'
|
||||||
gitmsg: 'Deploy Vue App 🚀'
|
gitmsg: 'Deploy Vue App 🚀'
|
||||||
|
|||||||
Reference in New Issue
Block a user