You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author: 'codesnippetspro'
4
4
5
5
inputs:
6
6
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.'
8
8
required: false
9
9
container_name:
10
10
description: 'Name prefix for the spawned container (a unique suffix will be appended)'
0 commit comments