Skip to content

Commit

Permalink
Update update-categories.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 authored Aug 9, 2024
1 parent 5fe69c8 commit b1d57fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
run: npm install

- name: Update Contributors File
run: node .github/workflows/update-contributors.js ${{ github.event.pull_request.user.login }} "${{ github.event.pull_request.body }}"
run: |
node .github/workflows/update-contributors.js "${{ github.event.pull_request.user.login }}" "${{ github.event.pull_request.body }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit b1d57fd

Please sign in to comment.