From c9c51cdfc6d3fddcf9161bf2227bbad49d2f985d Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 18 Jan 2024 20:50:30 -0800 Subject: [PATCH] Update working directory --- .github/workflows/fork-sync.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 5eff8843..bec6ba19 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -29,8 +29,9 @@ jobs: working-directory: homepage - name: Set Identity run: | - git config user.name "Github Action" - git config user.email "bot@github-actions" + git config user.name "Github Action" + git config user.email "bot@github-actions" + working-directory: homepage - name: Bump Current run: | git checkout upstream