mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-22 10:40:05 +08:00
chore: upgrade github actions
This commit is contained in:
parent
72c825a6ce
commit
8a3b12b5c6
2
.github/workflows/branch-merge.yml
vendored
2
.github/workflows/branch-merge.yml
vendored
@ -15,4 +15,4 @@ jobs:
|
||||
github_token: ${{ github.token }}
|
||||
source_ref: ${{ github.ref }}
|
||||
target_branch: main
|
||||
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
|
||||
commit_message_template: "[Automated] Merged {source_ref} into {target_branch}"
|
||||
|
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@ -18,6 +18,6 @@ jobs:
|
||||
uses: creyD/prettier_action@v3.3
|
||||
with:
|
||||
prettier_options: --write **/*.{md}
|
||||
commit_message: 'style: prettify code or document'
|
||||
commit_message: "style: prettify code or document"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user