1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/.github/workflows/actions.yml
2021-01-23 17:32:19 -05:00

19 lines
431 B
YAML

name: Generate themes.json
on: [workflow_dispatch]
jobs:
run:
name: Lint with ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
bash tools/generate.sh
git config user.name github-actions[bot]
git config user.email github-actions[bot]@github.com
git add .
git commit -m "------- Generate themes.json -------"
git push