From 5c8f04f505faf61d9fd1cfe2105575d1ec6401a8 Mon Sep 17 00:00:00 2001 From: dhchandw Date: Tue, 3 Sep 2024 15:47:22 -0400 Subject: [PATCH] clean up 1 --- .github/workflows/unify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/unify.yml b/.github/workflows/unify.yml index c07373eee7..b5e9e6320f 100644 --- a/.github/workflows/unify.yml +++ b/.github/workflows/unify.yml @@ -49,7 +49,7 @@ jobs: env: GIT_CLONE_PROTECTION_ACTIVE: false run: git clone https://github.com/SiliconLabs/UnifySDK.git unify_sdk - - name: Run the zigbee regen with the cloned gsdk, using latest. + - name: Regen zap files with the cloned sdk, using latest. run: node ./src-script/unify-regen.js ./unify_sdk/ - name: Check for differences in the cloned repository @@ -57,6 +57,5 @@ jobs: working-directory: unify_sdk - name: Show differences if any - if: failure() run: git diff working-directory: unify_sdk