Skip to content

Commit

Permalink
ci(pull-request): Fix workflows attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Jul 1, 2024
1 parent 7726b7e commit 7625cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ jobs:
files: icons/*
- uses: actions/setup-node@v4
- name: Install simple-git (safer and faster than installing all deps)
run: npm install simple-git --global && npm root -g
run: npm install simple-git --global && npm link simple-git
- name: Generate annotations
run: node ./scripts/updateContributors.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FETCH_DEPTH: ${{ github.event.pull_request.commits }}
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
NODE_PATH: /usr/local/lib/node_modules
- name: Generate annotations
env:
ANNOTATION_SEVERITY: notice
Expand Down

0 comments on commit 7625cab

Please sign in to comment.