Skip to content

Commit 43caff9

Browse files
authored
[GHA] Set types for workflow_call inputs (#207)
1 parent 6126880 commit 43caff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-sdk-compat.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,24 @@ on:
66
sdk_ref:
77
description: sdk-go ref to check ("latest" for latest release tag)
88
required: true
9+
type: string
910
default: latest
1011
api_ref:
1112
description: api-go ref to check
1213
required: true
14+
type: string
1315
default: master
1416
workflow_call:
1517
inputs:
1618
sdk_ref:
1719
description: sdk-go ref to check ("latest" for latest release tag)
1820
required: true
21+
type: string
1922
default: latest
2023
api_ref:
2124
description: api-go ref to check
2225
required: true
26+
type: string
2327
default: master
2428

2529
jobs:

0 commit comments

Comments
 (0)