Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 13, 2022
1 parent 18bf166 commit e29487a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e29487a

Please sign in to comment.