diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index afbfb2e..622a864 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -27,8 +27,8 @@ jobs: uses: peter-evans/create-pull-request@v4 with: commit-message: Minified HTML, CSS, JS. Prepared for production. - committer: github_actions - author: github_actions + committer: github-actions + author: github-actions title: Deploy changes from main branch. body: Automated with [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action. assignees: MajorDroolz