Skip to content

Commit

Permalink
Allow use as GH workflow action (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Jun 10, 2024
1 parent 37e9ad9 commit 87ce3f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ESPHome Component Image Generator
description: Generates SVG images for components to be used on the ESPHome website

inputs:
component:
description: "The component to generate an image for"
required: true
type: string

runs:
using: docker
image: docker://ghcr.io/esphome/component-image-generator:latest
args:
- ${{ inputs.component }}

0 comments on commit 87ce3f1

Please sign in to comment.