How to reference repo directory within a PowerShell

I have a task with a PS script in a repo. Script runs and executes fine. I want to access some other files in the repo but it appears the working directory the script runs in is “/opt/morpheus/lib/tomcat/temp/” rather than the repo (like it does for Python). How can I ref the directory of the repo files within the PS task?