Skip to content

chore: sweet input path #92

chore: sweet input path

chore: sweet input path #92

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Upload JSON OpenAPI spec
id: upload-json-openapi-spec
uses: ./
with:
api-key: ${{ secrets.HEY_API_TOKEN }}
dry-run: true
path-to-file: ./openapi.json
- name: Upload YAML OpenAPI spec
id: upload-yaml-openapi-spec
uses: ./
with:
api-key: ${{ secrets.HEY_API_TOKEN }}
dry-run: true
path-to-file: ./openapi.yaml