mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 20:39:12 +02:00
Update builder.yaml
This commit is contained in:
12
.github/workflows/builder.yaml
vendored
12
.github/workflows/builder.yaml
vendored
@@ -20,9 +20,15 @@ jobs:
|
|||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Get changed files
|
- name: 📂 Detect chanced files
|
||||||
id: changed_files
|
uses: dorny/paths-filter@v2
|
||||||
uses: jitterbit/get-changed-files@v1
|
id: filter
|
||||||
|
with:
|
||||||
|
filters: .github/paths-filter.yml
|
||||||
|
|
||||||
|
# - name: Get changed files
|
||||||
|
# id: changed_files
|
||||||
|
# uses: jitterbit/get-changed-files@v1
|
||||||
|
|
||||||
- name: Find add-on directories
|
- name: Find add-on directories
|
||||||
id: addons
|
id: addons
|
||||||
|
|||||||
Reference in New Issue
Block a user