File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,20 @@ jobs:
21
21
22
22
- name : Install dependencies
23
23
run : |
24
- npm install --production node-html-parser marked @octokit/rest
24
+ mkdir -p temp && cd temp
25
+ yarn init -y
26
+ yarn add node-html-parser marked @octokit/rest -S
25
27
26
28
- name : Download Hero program
27
29
run : |
28
- curl -o update-meta.js https://raw.githubusercontent.com/darsan-in/.github/main/utils/update-meta.js
30
+ curl -o temp/ update-meta.js https://raw.githubusercontent.com/darsan-in/.github/main/utils/update-meta.js
29
31
30
32
- name : Update meta
31
33
env :
32
34
GITHUB_TOKEN : ${{ secrets.META_UPDATE_KEY }}
33
35
REPO_META : ${{ github.repository }}
34
36
run : |
37
+ cd temp
35
38
node update-meta.js
36
39
37
40
- name : Commit and push changes
You can’t perform that action at this time.
0 commit comments