From a6326c4b8129793a27d6f4963cf50765f62349f5 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 13 Nov 2022 02:04:50 +0800 Subject: [PATCH] chore: add collaborators example. --- .github/workflows/ci.yml | 21 +++++++++++++++------ README.md | 8 ++++++-- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04cc090..b17b6be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,19 +71,28 @@ jobs: uses: jaywcjlove/github-action-modify-file-content@main with: path: README.md - openDelimiter: '' - closeDelimiter: '' + openDelimiter: '' + closeDelimiter: '' body: | - ${{steps.contributor_name.outputs.htmlTableBots}} + ${{steps.contributor_table.outputs.htmlTable}} - name: Modify README.md uses: jaywcjlove/github-action-modify-file-content@main with: path: README.md - openDelimiter: '' - closeDelimiter: '' + openDelimiter: '' + closeDelimiter: '' body: | - ${{steps.contributor_table.outputs.htmlTable}} + ${{steps.contributor_table.outputs.htmlTableBots}} + + - name: Modify README.md + uses: jaywcjlove/github-action-modify-file-content@main + with: + path: README.md + openDelimiter: '' + closeDelimiter: '' + body: | + ${{steps.contributor_table.outputs.htmlTableBots}} - name: Create Tag id: create_tag diff --git a/README.md b/README.md index e92525d..4c6fb95 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Write contributors(**`htmlTable`**) to markdown Example: Bot Users: - +
-
github-actions[bot] @@ -40,7 +40,11 @@ Bot Users: renovate[bot]
+ + +Collaborators Users: + + Write contributors(**`htmlList`**) to markdown Example: