Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c99bcc

Browse files
committed
ci: update workflows config.
1 parent d66a05c commit 0c99bcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci3.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ jobs:
2626
uses: jaywcjlove/github-action-modify-file-content@main
2727
with:
2828
path: README.md
29+
trim_whitespace: false
30+
openDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-->'
31+
closeDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->'
32+
body: ${{steps.contributors.outputs.htmlList}}
33+
34+
- name: Modify README.md
35+
uses: jaywcjlove/github-action-modify-file-content@main
36+
with:
37+
path: README-zh.md
38+
trim_whitespace: false
2939
openDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-->'
3040
closeDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->'
3141
body: ${{steps.contributors.outputs.htmlList}}

0 commit comments

Comments
 (0)