Skip to content

Commit

Permalink
PR-checker.yml - change the scripts-internal address
Browse files Browse the repository at this point in the history
Seems the full address is not liked, it needs to be owner/repo only.
  • Loading branch information
JanneKiiskila authored Oct 21, 2023
1 parent 693256f commit 0d2a5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SUMMARY_FILE: summary.log
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
with:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Clone scripts-internal
uses: actions/checkout@v4
with:
repository: https://github.com/PelionIoT/scripts-internal
repository: PelionIoT/scripts-internal
token: ${{ secrets.ACCESS_TOKEN }}

# Need to run this 1st, so that the other log files do not cause unnecessary findings
Expand Down

0 comments on commit 0d2a5f8

Please sign in to comment.