Skip to content

Commit 5a0d592

Browse files
⚙️ Add option to trigger client update manually
1 parent 351467e commit 5a0d592

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/update-client.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ env:
66
go_module: "client"
77

88
on:
9+
workflow_dispatch:
10+
inputs:
11+
branch:
12+
description:
13+
"Branch to commit updated client changes to:"
14+
type: string
15+
required: true
916
workflow_call:
1017
inputs:
1118
branch:

changes/20250620150629.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:gear: Add option to trigger client update manually

0 commit comments

Comments
 (0)