Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/actions/core-1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Builes authored Aug 19, 2022
2 parents c25e12f + 499f61e commit 5fa7223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).'
Expand Down

0 comments on commit 5fa7223

Please sign in to comment.