Skip to content

Commit f7a6f34

Browse files
committed
docs: Update deploy workflow version input description example to remove 'v' prefix.
1 parent fd752ae commit f7a6f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Image tag to deploy (e.g. v0.70.1 or sha-abcdef)'
7+
description: 'Image tag to deploy (e.g. 0.70.1 or sha-abcdef)'
88
required: true
99
default: 'latest'
1010

0 commit comments

Comments
 (0)