workflows: update Klipper's repo location
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
9c09ca2ed5
commit
00c6072274
2
.github/workflows/publish_assets.yaml
vendored
2
.github/workflows/publish_assets.yaml
vendored
@ -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
|
||||||
|
@ -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': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user