Skip to content

Commit

Permalink
Update author.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvineshTripathi authored Nov 15, 2023
1 parent c7cbe2b commit 7589e09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
node-version: '14'

- name: Install dependencies
run: npm install @octokit/rest
run: |
cd ./analyze
npm install @octokit/rest
- name: Change directory and execute script
run: |
ls -R
cd cred/.github # Adjust if necessary
node processPRs.js
run: node processPRs.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 7589e09

Please sign in to comment.