Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Jul 8, 2024
1 parent 37f2d01 commit fc5d784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Builder

env:
BUILD_ARGS: ""

BUILD_ARGS: "--test"
MONITORED_FILES: "build.yml build.yaml config.aml Dockerfile rootfs CHANGELOG.md"

on:
push:
Expand All @@ -24,11 +24,9 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4.1.7

- name: 📂 Detect changed files
uses: dorny/paths-filter@v3
id: filter
with:
filters: .github/paths-filter.yml
- name: Get changed files
id: changed_files
uses: masesgroup/retrieve-changed-files@v3.0.0

- name: Get add-ons
id: addons
Expand Down
2 changes: 1 addition & 1 deletion tzb-zigpy-cli-tools/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.2.3.2
version: 0.2.3.3
slug: tzb-zigpy-cli-tools
name: TubesZB Zigpy-CLI Tools
description: TubesZB Zigpy-CLI Toolsadd-on
Expand Down

0 comments on commit fc5d784

Please sign in to comment.