From f6e3116967d5e087f9977a6780915748ef3a10aa Mon Sep 17 00:00:00 2001 From: Ryan Albert Date: Fri, 23 Aug 2024 15:38:16 +0100 Subject: [PATCH] feat: update --- internal/run/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/run/run.go b/internal/run/run.go index c468ef72..5ad4ba2b 100644 --- a/internal/run/run.go +++ b/internal/run/run.go @@ -71,7 +71,7 @@ func Run(g Git, pr *github.PullRequest, wf *workflow.Workflow) (*RunResult, map[ dir = *target.Output } - dir = filepath.Join(environment.GetWorkspace(), dir) + dir = filepath.Join(environment.GetWorkingDirectory(), dir) return dir, path.Join(workspace, "repo", dir) }