From 7625cab264c6a867de3e50ce8b9a87b745011093 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 1 Jul 2024 17:30:08 +0200 Subject: [PATCH] ci(pull-request): Fix workflows attempt #4 --- .github/workflows/pull-request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e787c9645f7..fef8d6e62b0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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