We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bf166 commit e29487aCopy full SHA for e29487a
.github/workflows/ci.yml
@@ -29,6 +29,13 @@ jobs:
29
body: |
30
${{steps.contributors.outputs.htmlList}}
31
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
+
39
- name: Build Linux Command
40
run: |
41
npm install
0 commit comments