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