From 64e5cfe428df758ad432ba1464db6aa82916dfdd Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:19:21 +0800 Subject: [PATCH] Update prettier.yml --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index f67a561c4..3f0f2eafc 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -25,7 +25,7 @@ jobs: - name: Commit uses: cpina/github-action-push-to-another-repository@main with: - source-directory: "register" + source-directory: "." destination-github-username: is-a-dev destination-repository-name: register user-email: "actions@github.com"