Skip to content

Store with custom file name #3

Store with custom file name

Store with custom file name #3

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
#
# This file is auto-generated by OpenAPI Generator (https://openapi-generator.tech)
name: Extract all OpenAPI specs
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
extract-all-openapi:
uses: 1and1/checkmk-java-client/.github/workflows/extract-openapi.yaml@main
with:
cmk_version: ${{ matrix.version }}
target_artifact: openapi
file_name: checkmk_${{ matrix.version }}_openapi.yml
strategy:
matrix:
version:
- 2.1.0p36
- 2.2.0p12
- 2.2.0p14