Skip to content

Commit

Permalink
End-User meta workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Aug 13, 2024
1 parent 28458a5 commit a50eddc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/consistent-desc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@ jobs:

- name: Install dependencies
run: |
npm install --production node-html-parser marked @octokit/rest
mkdir -p temp && cd temp
yarn init -y
yarn add node-html-parser marked @octokit/rest -S
- name: Download Hero program
run: |
curl -o update-meta.js https://raw.githubusercontent.com/darsan-in/.github/main/utils/update-meta.js
curl -o temp/update-meta.js https://raw.githubusercontent.com/darsan-in/.github/main/utils/update-meta.js
- name: Update meta
env:
GITHUB_TOKEN: ${{ secrets.META_UPDATE_KEY }}
REPO_META: ${{ github.repository }}
run: |
cd temp
node update-meta.js
- name: Commit and push changes
Expand Down

0 comments on commit a50eddc

Please sign in to comment.