mirror of
https://github.com/RealOrangeOne/RealOrangeOne.git
synced 2024-11-21 09:09:29 +00:00
Fix commit action
This commit is contained in:
parent
343686f515
commit
7864d3997d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/execute.yml
vendored
4
.github/workflows/execute.yml
vendored
|
@ -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 <actions@github.com>
|
||||
|
|
Loading…
Reference in a new issue