We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd752ae commit f7a6f34Copy full SHA for f7a6f34
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
version:
7
- description: 'Image tag to deploy (e.g. v0.70.1 or sha-abcdef)'
+ description: 'Image tag to deploy (e.g. 0.70.1 or sha-abcdef)'
8
required: true
9
default: 'latest'
10
0 commit comments