From 163d3e45dcdfe9b20444e078f9e16fa6277e6b5c Mon Sep 17 00:00:00 2001 From: Xpsoted <37337416+Xpsoted@users.noreply.github.com> Date: Sun, 31 Oct 2021 09:49:43 +0800 Subject: [PATCH] Update Make.yml --- .github/workflows/Make.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 406d3ca..aece1de 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -18,7 +18,7 @@ on: DEVICE_URL: description: 'DEVICE_URL' required: true - default: 'https://github.com/OpenWatchProject/twrp_device_mediatek_inharmony' + default: 'https://github.com/OpenWatchProject/twrp_device_mediatek_harmony' DEVICE_BRANCH: description: 'DEVICE_BRANCH' required: true @@ -26,11 +26,11 @@ on: DEVICE_PATH: description: 'DEVICE_PATH' required: true - default: 'device/mediatek/inharmony' + default: 'device/mediatek/harmony' DEVICE_NAME: description: 'DEVICE_NAME' required: true - default: 'inharmony' + default: 'harmony' jobs: build: