Skip to content

Commit

Permalink
clean up 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhchandw committed Sep 3, 2024
1 parent e46386f commit 5c8f04f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ 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
run: git diff --exit-code
working-directory: unify_sdk

- name: Show differences if any
if: failure()
run: git diff
working-directory: unify_sdk

0 comments on commit 5c8f04f

Please sign in to comment.