Skip to content

Commit af31ce4

Browse files
authored
Update input types and add missing inputs (#45)
1 parent 8d511ec commit af31ce4

File tree

38 files changed

+231
-1
lines changed

38 files changed

+231
-1
lines changed

typings/Azure/webapps-deploy/v2/action-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ inputs:
1717
type: string
1818
startup-command:
1919
type: string
20+
resource-group-name:
21+
type: string
22+
2023
outputs:
2124
webapp-url:
2225
type: string

typings/Azure/webapps-deploy/v3/action-types.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ inputs:
1717
type: string
1818
startup-command:
1919
type: string
20+
resource-group-name:
21+
type: string
22+
type:
23+
type: enum
24+
allowed-values:
25+
- JAR
26+
- WAR
27+
- EAR
28+
- ZIP
29+
- Static
30+
target-path:
31+
type: string
32+
clean:
33+
type: boolean
34+
restart:
35+
type: boolean
2036
outputs:
2137
webapp-url:
2238
type: string

typings/Wandalen/wretry.action/v3/action-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ inputs:
3030
github_token:
3131
type: string
3232

33+
pre_retry_command:
34+
type: string
35+
3336
outputs:
3437
outputs:
3538
type: string

typings/Wandalen/wretry.action/v3/main/action-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ inputs:
3030
github_token:
3131
type: string
3232

33+
pre_retry_command:
34+
type: string
35+
3336
outputs:
3437
outputs:
3538
type: string

typings/Wandalen/wretry.action/v3/post/action-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ inputs:
3030
github_token:
3131
type: string
3232

33+
pre_retry_command:
34+
type: string
35+
3336
outputs:
3437
outputs:
3538
type: string

typings/Wandalen/wretry.action/v3/pre/action-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ inputs:
3030
github_token:
3131
type: string
3232

33+
pre_retry_command:
34+
type: string
35+
3336
outputs:
3437
outputs:
3538
type: string

typings/actions/checkout/v4/action-types.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ inputs:
3838
type: boolean
3939
fetch-tags:
4040
type: boolean
41+
ssh-user:
42+
type: string
43+
filter:
44+
type: string
4145

4246
outputs:
4347
ref:

typings/actions/github-script/v7/action-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ inputs:
2626
separator: ','
2727
list-item:
2828
type: integer
29+
base-url:
30+
type: string
31+
2932
outputs:
3033
result:
3134
type: string

typings/actions/setup-dotnet/v3/action-types.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ inputs:
2121
type: string
2222
cache:
2323
type: boolean
24+
cache-dependency-path:
25+
type: list
26+
separator: "\n"
27+
list-item:
28+
type: string
29+
2430
outputs:
2531
cache-hit:
2632
type: boolean

typings/actions/setup-dotnet/v4/action-types.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ inputs:
2121
type: string
2222
cache:
2323
type: boolean
24+
cache-dependency-path:
25+
type: list
26+
separator: "\n"
27+
list-item:
28+
type: string
29+
2430
outputs:
2531
cache-hit:
2632
type: boolean

0 commit comments

Comments
 (0)