From 63739bff97de3e04174bc7816aea724238c35d4c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 13 Nov 2022 23:26:22 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ab9d84c58e..54c046748f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: path: CONTRIBUTING.md body: | - ${{steps.contributors.outputs.htmlList}} + ${{steps.contributors.outputs.htmlTable}} - name: Modify README.md uses: jaywcjlove/github-action-modify-file-content@main