From 544bd939de84c7f677a38df95e86cf4035a6315a Mon Sep 17 00:00:00 2001 From: Stewie Date: Mon, 21 Mar 2022 19:17:09 -0400 Subject: [PATCH] Adding path variables for TOR repo --- .github/workflows/SLPS_prerelease.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/SLPS_prerelease.yml b/.github/workflows/SLPS_prerelease.yml index 6b12b9e..c4e0783 100644 --- a/.github/workflows/SLPS_prerelease.yml +++ b/.github/workflows/SLPS_prerelease.yml @@ -28,15 +28,13 @@ jobs: - name: Checkout PythonLib uses: actions/checkout@v3 - with: - repository: lifebottle/PythonLib - path: ${{env.base_directory}}PythonLib + - name: Checkout TOR Repo uses: actions/checkout@v3 with: repository: SymphoniaLauren/Tales-of-Rebirth - path: ${{env.base_directory}}Tales-of-Rebirth + path: ${{env.base_directory}}PythonLib