generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathaction.yml
32 lines (32 loc) · 939 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: 'Swagger UI Action'
description: 'Generate Swagger UI for API documentation'
author: 'Leon Kiefer'
inputs:
output:
description: 'Output path for the generated Swagger UI files'
required: true
version:
description: 'Swagger UI version'
required: true
default: '^3.0.0'
spec-file:
description: 'A file containing the API definition'
required: false
spec-url:
description: 'An URL pointing to the API definition'
required: false
swagger-config-file:
description: 'A swagger-config file which is copied and added to configUrl'
required: false
swagger-config-url:
description: 'An URL to a swagger-config file which is added to configUrl'
required: false
GITHUB_TOKEN:
description: 'The GitHub token to use for querying and downloading the swagger release'
required: false
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: book-open
color: green