From 7864d3997d04bd1b334a63fd865c6c063e5d7437 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 7 Feb 2024 19:49:00 +0000 Subject: [PATCH] Fix commit action --- .github/workflows/execute.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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