mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
create
This commit is contained in:
parent
7fb1a1b229
commit
2443edaafc
1 changed files with 3 additions and 4 deletions
7
.github/workflows/create.yml
vendored
7
.github/workflows/create.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Create new vendor folder
|
||||
name: Create APPS from template
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
- 'apps/add'
|
||||
jobs:
|
||||
build:
|
||||
name: Create vendor
|
||||
name: Create apps
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TAGS: latest
|
||||
|
@ -17,8 +17,7 @@ jobs:
|
|||
|
||||
- name: Creating
|
||||
run: |
|
||||
cd apps
|
||||
cd list && python3 create.py
|
||||
cd apps && python3 create.py
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue