websoft9/.github/workflows/create.yml
2022-02-14 15:34:35 +08:00

25 lines
487 B
YAML

name: Create APPS from template
on:
push:
branches: [ main ]
paths:
- 'apps/add'
jobs:
build:
name: Create apps
runs-on: ubuntu-latest
env:
TAGS: latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.ACCESS_TOKEN }}
- name: Creating
run: |
cd apps && python3 create.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: new vendor