Skip to content

Commit

Permalink
Expose outputs properly (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jun 3, 2022
1 parent 00d9477 commit 9405492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
outputs:
name:
description: Name of device extracted from configuration
value: ${{ steps.build-step.outputs.name }}
version:
description: ESPHome version
value: ${{ steps.build-step.outputs.esphome-version }}

runs:
using: composite
Expand All @@ -28,6 +32,7 @@ runs:
${{ github.action_path }}
- name: Run container
shell: bash
id: build-step
run: |-
docker run --rm \
--workdir /github/workspace -v "$(pwd)":"/github/workspace" \
Expand Down

0 comments on commit 9405492

Please sign in to comment.