You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-protos.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ on:
8
8
required: true
9
9
type: string
10
10
sdk_version:
11
-
description: 'SDK version to set (e.g., 0.7.0). Use the version that is intended for the next release.'
12
-
required: true
11
+
description: 'SDK version to set (e.g., 0.7.0). Use the version that is intended for the next release. If not specified, the sdk version will not be updated.'
12
+
required: false
13
13
type: string
14
14
branch_name:
15
15
description: 'Branch name for the PR (default: auto-generated)'
0 commit comments