Skip to content

Commit e29487a

Browse files
committed
chore: update workflows config.
1 parent 18bf166 commit e29487a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
body: |
3030
${{steps.contributors.outputs.htmlList}}
3131
32+
- name: Modify contributors.ejs
33+
uses: jaywcjlove/github-action-modify-file-content@main
34+
with:
35+
path: template/contributors.ejs
36+
body: |
37+
${{steps.contributors.outputs.htmlList}}
38+
3239
- name: Build Linux Command
3340
run: |
3441
npm install

0 commit comments

Comments
 (0)