chore: update workflows config.
This commit is contained in:
parent
18bf16646f
commit
e29487a0ef
|
|
@ -29,6 +29,13 @@ jobs:
|
||||||
body: |
|
body: |
|
||||||
${{steps.contributors.outputs.htmlList}}
|
${{steps.contributors.outputs.htmlList}}
|
||||||
|
|
||||||
|
- name: Modify contributors.ejs
|
||||||
|
uses: jaywcjlove/github-action-modify-file-content@main
|
||||||
|
with:
|
||||||
|
path: template/contributors.ejs
|
||||||
|
body: |
|
||||||
|
${{steps.contributors.outputs.htmlList}}
|
||||||
|
|
||||||
- name: Build Linux Command
|
- name: Build Linux Command
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue