Skip to content

Merge pull request #17 from hey-api/fix/update-inputs #91

Merge pull request #17 from hey-api/fix/update-inputs

Merge pull request #17 from hey-api/fix/update-inputs #91

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