From a9bfcb138fd1c6fae38b52e0d03144cf2b9a239a Mon Sep 17 00:00:00 2001 From: otcroz Date: Sat, 10 Aug 2024 01:56:14 +0900 Subject: [PATCH] [chore] Fix to repository name in github action settings Github issue #84 --- .github/workflows/vercel_setting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vercel_setting.yml b/.github/workflows/vercel_setting.yml index d0db980..5953bcb 100644 --- a/.github/workflows/vercel_setting.yml +++ b/.github/workflows/vercel_setting.yml @@ -22,7 +22,7 @@ jobs: with: source-directory: 'output' destination-github-username: otcroz - destination-repository-name: Polaris-front-end + destination-repository-name: Polaris_front-end user-email: ${{ secrets.AUTO_EMAIL_OTCROZ }} commit-message: ${{ github.event.commits[0].message }} target-branch: main