Skip to content

Commit 3135f48

Browse files
committed
fix: update version input description
1 parent 407a73d commit 3135f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'codesnippetspro'
44

55
inputs:
66
version:
7-
description: 'Image version tag to use (e.g. v1.0.0). If omitted uses `latest` on ghcr.io/${{ github.repository_owner }}/svn-binary:latest. You may also pass `image` for full image override.'
7+
description: 'Image version tag to use (e.g. v1, latest). Defaults to latest. You may also pass `image` for full image override.'
88
required: false
99
container_name:
1010
description: 'Name prefix for the spawned container (a unique suffix will be appended)'

0 commit comments

Comments
 (0)