Skip to content

Bump ws from 8.9.0 to 8.17.1 in /oxide-openapi-gen-ts #430

Bump ws from 8.9.0 to 8.17.1 in /oxide-openapi-gen-ts

Bump ws from 8.9.0 to 8.17.1 in /oxide-openapi-gen-ts #430

Workflow file for this run

name: Update API Spec
on:
push:
branches-ignore:
- main
workflow_dispatch:
concurrency:
group: api-spec-${{ github.ref }}
cancel-in-progress: true
jobs:
update-api-spec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- working-directory: "./oxide-openapi-gen-ts"
run: 'npm install'
- run: ./tools/gen.sh
- uses: EndBug/add-and-commit@v9
with:
add: .
message: "Autogenerate config update"
default_author: github_actions