Add default value for go-mod-path

This commit is contained in:
Justin Hutchings
2022-08-18 16:55:46 -07:00
committed by GitHub
parent e1c1302788
commit cb1da62126
+2 -1
View File
@@ -11,7 +11,8 @@ inputs:
description: 'User provided map of max key/value pairs of metadata to include with the snapshot e.g. {"lastModified": "12-31-2022"}'
go-mod-path:
required: true
description: 'Repo path to the go.mod file used to detect dependencies for the Go build target'
description: 'Repo path to the go.mod file used to detect dependencies for the Go build target. Defaults to go.mod in the root of the repository.'
default: 'go.mod'
go-build-target:
required: true
description: 'Build target to detect build dependencies. If unspecified, will use "all", with will detect all dependencies used in all build targets (including tests and tools).'