Skip to content

Merge pull request #1504 from MunGell/remove-create-aio-app #75

Merge pull request #1504 from MunGell/remove-create-aio-app

Merge pull request #1504 from MunGell/remove-create-aio-app #75

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- 'data.json'
- '.github/tpl.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: Build
run: node .github/scripts/build.js
- name: Commit
run: |
git config --global user.name 'Shmavon Gazanchyan'
git config --global user.email '[email protected]'
git commit -am "Update README.md"
git push