This commit is contained in:
Florian Bezannier
2026-06-30 15:24:32 +02:00
committed by Florian BEZANNIER
parent 98a97d7931
commit 0089bd6523
+2
View File
@@ -86,6 +86,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'b')
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/update-ha-config
with:
gh_token: ${{ secrets.GH_PAT }}
@@ -99,6 +100,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, 'b')
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/update-ha-config
with:
gh_token: ${{ secrets.GH_PAT }}