diff --git a/.github/workflows/execute.yml b/.github/workflows/execute.yml index cfbae9d..47b4f9e 100644 --- a/.github/workflows/execute.yml +++ b/.github/workflows/execute.yml @@ -24,8 +24,8 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: Build - file_pattern: docs/index.html + commit_message: Update README + file_pattern: README.md commit_user_name: GitHub Action commit_user_email: actions@github.com commit_author: GitHub Action