mirror of
https://github.com/hassio-addons/repository-updater.git
synced 2025-05-03 18:41:21 +00:00
27 lines
687 B
YAML
27 lines
687 B
YAML
---
|
|
name: "Community Home Assistant Add-ons Repository Updater"
|
|
description: Tool for updating Home Assistant Add-on repositories.
|
|
author: frenck
|
|
|
|
branding:
|
|
color: red
|
|
icon: thumbs-up
|
|
|
|
inputs:
|
|
token:
|
|
description: GitHub token that is allowed to write/commit to the target repo
|
|
required: true
|
|
repository:
|
|
description: The add-on repository to update (e.g., frenck/repository)
|
|
required: false
|
|
addon:
|
|
description: Slug of the add-on to update the repository for
|
|
required: false
|
|
force:
|
|
description: Force repository update, even if no changes are detected
|
|
default: "false"
|
|
required: false
|
|
|
|
runs:
|
|
using: "docker"
|
|
image: "action/Dockerfile"
|