Skip to content

Commit 5fa7223

Browse files
author
Federico Builes
authored
Merge branch 'main' into dependabot/npm_and_yarn/actions/core-1.9.1
2 parents c25e12f + 499f61e commit 5fa7223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ inputs:
1111
description: 'User provided map of max key/value pairs of metadata to include with the snapshot e.g. {"lastModified": "12-31-2022"}'
1212
go-mod-path:
1313
required: true
14-
description: 'Repo path to the go.mod file used to detect dependencies for the Go build target'
14+
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.'
15+
default: 'go.mod'
1516
go-build-target:
1617
required: true
1718
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).'

0 commit comments

Comments
 (0)