mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-29 10:46:05 +02:00
Allo architectures check
This commit is contained in:
10
.github/workflows/builder.yaml
vendored
10
.github/workflows/builder.yaml
vendored
@@ -14,12 +14,20 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-addon-changes:
|
check-addon-changes:
|
||||||
|
name: Initialize build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
architectures: ${{ steps.info.outputs.architectures }}
|
||||||
changedAddons: ${{ steps.filter.outputs.changes }}
|
changedAddons: ${{ steps.filter.outputs.changes }}
|
||||||
steps:
|
steps:
|
||||||
- name: ↩️ Checkout
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2.4.0
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Get information
|
||||||
|
id: info
|
||||||
|
uses: home-assistant/actions/helpers/info@master
|
||||||
|
|
||||||
- name: 📂 Detect chanced files
|
- name: 📂 Detect chanced files
|
||||||
uses: dorny/paths-filter@v2
|
uses: dorny/paths-filter@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user