From 9f4c83ddb6cedaafbc2fa00046520b5a3627dfb9 Mon Sep 17 00:00:00 2001 From: otcroz Date: Sat, 10 Aug 2024 02:35:21 +0900 Subject: [PATCH] [chore] Update deploy.yml Github issue #84 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 516a66c..3638573 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: with: source-directory: 'output' destination-github-username: otcroz - destination-repository-name: otcroz.dev@gmail.com + destination-repository-name: Polaris_front-end user-email: ${{ secrets.AUTO_EMAIL_OTCROZ }} commit-message: ${{ github.event.commits[0].message }} target-branch: main