Skip to content

Commit ecfa4a5

Browse files
committed
Actions: Clarify dispatch formatting
Signed-off-by: kingbri <bdashore3@proton.me>
1 parent 213be28 commit ecfa4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Version tag of flash-attention to build: v2.3.4'
7+
description: 'Version tag of flash-attention to build: (format: v2.3.4/v2.3.4.post1)'
88
default: 'v2.3.4'
99
required: true
1010
type: string
1111
workflow_call:
1212
inputs:
1313
version:
14-
description: 'Version tag of flash-attention to build: v2.3.4'
14+
description: 'Version tag of flash-attention to build (format: v2.3.4/v2.3.4.post1)'
1515
default: 'v2.3.4'
1616
required: true
1717
type: string

0 commit comments

Comments
 (0)