From 441d1194a898aa61d1352f6bb2df9e24c46e7b70 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Tue, 17 Sep 2024 01:00:06 +1000 Subject: [PATCH] wip --- .github/workflows/twotech-process.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/twotech-process.yml b/.github/workflows/twotech-process.yml index efe0c84c34..9757b3db28 100644 --- a/.github/workflows/twotech-process.yml +++ b/.github/workflows/twotech-process.yml @@ -11,13 +11,13 @@ jobs: - name: Checkout twotech uses: actions/checkout@v4 with: - repository: "twohoursonelife/twotech" - ref: "specific-objects" + repository: twohoursonelife/twotech + ref: specific-objects - name: Checkout OneLifeData7 uses: actions/checkout@v4 with: - path: process/OneLifeData7 + path: process/OneLifeData7/ - uses: actions/setup-node@v4 with: