Fixed workflow
All checks were successful
Savin's Home Assistant / build (push) Successful in 35s

This commit is contained in:
2025-02-07 14:29:27 -05:00
parent 9f56b9da3b
commit 5a597b7bb3

View File

@ -1,7 +1,9 @@
--- ---
name: "Savin's Home Assistant" name: Savin's Home Assistant
on: [push, pull_request] on:
- push
- pull_request
jobs: jobs:
build: build:
@ -9,10 +11,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Custom Components (Hass.IO) - name: Install Custom Components (Hass.IO)
run: | run: |
pwd pwd
ls -la ls -la
# git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1) # git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1)