diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d23fc98..5a4761c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: with: source-directory: 'output' destination-github-username: psm1st - destination-repository-name: FE + destination-repository-name: checkmoFE user-email: ${{ secrets.EMAIL }} commit-message: ${{ github.event.commits[0].message }} target-branch: main