Skip to content

Commit

Permalink
Path fix / check
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Dec 19, 2023
1 parent 92f287b commit 1c60c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: PelionIoT/scripts-internal
path: scripts-internal
token: ${{ secrets.ACCESS_TOKEN }}

- run: tree -d
# Need to run this 1st, so that the other log files do not cause unnecessary findings
- name: Run misspell
if: always()
Expand Down

0 comments on commit 1c60c3b

Please sign in to comment.