Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66a05c commit 0c99bccCopy full SHA for 0c99bcc
.github/workflows/ci3.yml
@@ -26,6 +26,16 @@ jobs:
26
uses: jaywcjlove/github-action-modify-file-content@main
27
with:
28
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
39
openDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-->'
40
closeDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->'
41
body: ${{steps.contributors.outputs.htmlList}}
0 commit comments