generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
38 lines (30 loc) · 924 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
33
34
35
36
37
38
name: Get CDI/FDI versions from files
description: Get CDI/FDI versions from files
author: Supertokens
# # Add your action's branding here. This will appear on the GitHub Marketplace.
# branding:
# icon: heart
# color: red
inputs:
has-cdi:
description: Whether the repository contains a coreDriverInterface file
required: false
default: false
has-fdi:
description: Whether the repository contains a frontendDriverInterface file
required: false
default: false
has-common:
description: Whether the repository contains a supportedVersions file
required: false
default: false
outputs:
cdiVersions:
description: List of CDI versions from the coreDriverInterface file
fdiVersions:
description: List of FDI versions from the frontendDriverInterface file
versions:
description: Stringified JSON of the versions file
runs:
using: node20
main: dist/index.js