Skip to content

Commit

Permalink
ci(pull-request): Fix workflows attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Jul 1, 2024
1 parent bca0eea commit 7726b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FETCH_DEPTH: ${{ github.event.pull_request.commits }}
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
NODE_PATH: /usr/lib/node_modules
NODE_PATH: /usr/local/lib/node_modules
- name: Generate annotations
env:
ANNOTATION_SEVERITY: notice
Expand Down

0 comments on commit 7726b7e

Please sign in to comment.