workflows: update Klipper's repo location

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-09-24 09:01:56 -04:00
parent 9c09ca2ed5
commit 00c6072274
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
repository: KevinOConnor/klipper repository: Klipper3d/klipper
path: klipper path: klipper
- name: Build Beta Assets - name: Build Beta Assets

View File

@ -33,7 +33,7 @@ GIT_LOG_FMT = \
"sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" "sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E"
OWNER_REPOS = { OWNER_REPOS = {
'moonraker': "arksine/moonraker", 'moonraker': "arksine/moonraker",
'klippy': "kevinoconnor/klipper" 'klippy': "klipper3d/klipper"
} }
INSTALL_SCRIPTS = { INSTALL_SCRIPTS = {
'klippy': { 'klippy': {