Skip to content

Import API spec

Import API spec #1

name: Import API spec
on:
workflow_dispatch: {}
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from ${{ github.event.inputs.environment }}"