Skip to content

Commit

Permalink
feat: GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
AAllport committed Dec 23, 2023
1 parent f329e55 commit d8153e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
outputs:
esphome-version: ${{ steps.esphome-build.outputs.esphome-version }}
steps:
- uses: actions/[email protected]
- uses: esphome/[email protected]
id: esphome-build
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

jobs:
build:
uses: publish-esphome.yml
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

uses: ./.github/workflows/publish-esphome.yml
with:
# CHANGEME: Set the filenames of your config files here:
files: localbytes-plug-pm.yaml,minimal.yaml
Expand Down

0 comments on commit d8153e9

Please sign in to comment.