Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Aug 23, 2024
1 parent 35ec90e commit f6e3116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit f6e3116

Please sign in to comment.