Skip to content

Commit

Permalink
Try to fix permission errors during checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Mar 25, 2024
1 parent 1f877c8 commit bd817f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
node: ["18", "20"]
fail-fast: false
steps:
- name: FF Permission Fix
run: sudo chown -R $USER:$USER /home/github/actions-runner/_work/fauna-js

- uses: actions/checkout@v3

- uses: actions/setup-node@v3
Expand Down

0 comments on commit bd817f7

Please sign in to comment.