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 0e2b3e4 commit 959ebcd
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
path: analyze


- name: Set up Node.js
uses: actions/setup-node@v2
with:
Expand All @@ -23,15 +21,9 @@ jobs:
- name: Install dependencies
run: npm install @octokit/rest

- name: PWd
run: ls

- name: Change directory
run: cd analyze

- name: Process PR and update JSON
- name: Change directory and execute script
run: |
npm i
cd cred/.github # Adjust if necessary
node processPRs.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 959ebcd

Please sign in to comment.