This repository was archived by the owner on Jun 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 uses : dsp-testing/go-snapshot-action@lsep/go-list-impl
1919 with :
2020 go-mod-path : go-example/go.mod
21- go-build-target : go-example/ cmd/octocat.go
21+ go-build-target : cmd/octocat.go
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ function detect() {
8080 }
8181 const metadataInput = core.getInput('metadata');
8282 process.chdir(goModDir);
83- console.log(`Running go package detection in ${path } on build target ${goBuildTarget}`);
83+ console.log(`Running go package detection in ${process.cwd() } on build target ${goBuildTarget}`);
8484 const options = { detector };
8585 if (metadataInput) {
8686 const metadata = JSON.parse(metadataInput);
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ async function detect () {
5050
5151 process . chdir ( goModDir )
5252 console . log (
53- `Running go package detection in ${ path } on build target ${ goBuildTarget } `
53+ `Running go package detection in ${ process . cwd ( ) } on build target ${ goBuildTarget } `
5454 )
5555 const options : { detector : Detector ; metadata ?: Metadata } = { detector }
5656 if ( metadataInput ) {
You can’t perform that action at this time.
0 commit comments