chore: update workflows config.
This commit is contained in:
parent
18bf16646f
commit
e29487a0ef
|
|
@ -29,6 +29,13 @@ jobs:
|
|||
body: |
|
||||
${{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
|
||||
run: |
|
||||
npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue