From 5710fff5918b1d15719f78d4ab9f002852b5cde0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 24 Nov 2022 17:30:31 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e0f384a546d..a4a82eb579b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: - name: Merge staging into main shell: bash run: | - cd "/__w/catalog/catalog/" + cd "/home/runner/work/catalog/catalog/" git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" # git add catalog.json || echo "Adding catalog.json failed"