diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index e1be48ea..76a724ae 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -26,7 +26,7 @@ jobs: - name: Commit Prettier Code uses: stefanzweifel/git-auto-commit-action@v4.14.1 with: - - commit_message: "chore: Prettified Code\n ci skip" - commit_user_name: cider-chore[bot] + commit_message: "chore: Prettified Code\n [ci skip]" + commit_user_name: "cider-chore[bot]" + commit_user_email: "cider-chore[bot]@users.noreply.github.com" diff --git a/src/main/index.ts b/src/main/index.ts index 8b88d3d8..8a4dc148 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -27,8 +27,6 @@ Sentry({ new Store(); const Cider = new AppEvents(); const CiderPlug = new Plugins(); -//to trigger the prettier test -console.log("hello world"); /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * App Event Handlers