Skip to content

Commit

Permalink
[GHA] Set types for workflow_call inputs (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Feb 7, 2025
1 parent 6126880 commit 43caff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-sdk-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ on:
sdk_ref:
description: sdk-go ref to check ("latest" for latest release tag)
required: true
type: string
default: latest
api_ref:
description: api-go ref to check
required: true
type: string
default: master
workflow_call:
inputs:
sdk_ref:
description: sdk-go ref to check ("latest" for latest release tag)
required: true
type: string
default: latest
api_ref:
description: api-go ref to check
required: true
type: string
default: master

jobs:
Expand Down

0 comments on commit 43caff9

Please sign in to comment.