mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 01:16:14 +00:00
ci: fix
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user