generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
93 lines (80 loc) · 2.52 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: Get core/driver versions from CDI/FDI version
description: Get core/driver versions from CDI/FDI version
author: Supertokens
# # Add your action's branding here. This will appear on the GitHub Marketplace.
# branding:
# icon: heart
# color: red
inputs:
driver-name:
description: The driver being used for the code
required: true
cdi-version:
description: CDI Version to use
required: false
default: ''
core-plan-type:
description: The plan for the supertokens core
required: false
default: FREE
core-mode:
description: The mode for the supertokens core
required: false
default: DEV
fdi-version:
description: FDI Version to use
required: false
default: ''
frontend-mode:
description: The mode for the frontend
required: false
default: DEV
outputs:
coreVersionXy:
description:
Latest supertokens-core X.Y version corresponding to CDI version
coreTag:
description:
Latest supertokens-core tag corresponding to supertokens-core X.Y version
coreVersion:
description:
Latest supertokens-core X.Y.Z version corresponding to supertokens-core
X.Y version
pluginInterfaceVersionXy:
description:
Latest supertokens-plugin-interface X.Y version corresponding to
supertokens-core X.Y version
pluginInterfaceTag:
description:
Latest supertokens-plugin-interface tag corresponding to
supertokens-plugin-interface X.Y version
pluginInterfacVersion:
description:
Latest supertokens-plugin-interface X.Y.Z version corresponding to
supertokens-plugin-interface X.Y version
frontendVersionXy:
description:
Latest website-frontend X.Y version corresponding to FDI version
frontendTag:
description:
Latest website-frontend tag corresponding to website-frontend X.Y version
frontendVersion:
description:
Latest website-frontend X.Y.Z version corresponding to website-frontend
X.Y version
nodeVersionXy:
description:
Latest Node X.Y version corresponding to FDI version for use in auth-react
nodeTag:
description:
Latest Node tag corresponding to Node X.Y version for use in auth-react
authReactVersionXy:
description: Latest auth-react X.Y version corresponding to FDI version
authReactTag:
description: Latest auth-react tag corresponding to auth-react X.Y version
authReactVersion:
description:
Latest auth-react X.Y.Z version corresponding to auth-react X.Y version
runs:
using: node20
main: dist/index.js