Skip to content

html.preview

html.preview #182

Workflow file for this run

name: CI
on:
repository_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 16.x
- run: npm install
- name: Run a multi-line script
run: |
echo RUNNING GENERATE 2,
npm run generate
ls
cat src/api.json
- uses: adasq/[email protected]
env:
TOKEN: ${{ secrets.TOKEN }}
with:
myInput: 'test'