Skip to content

Commit

Permalink
another yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Oct 28, 2024
1 parent f03b65a commit 62feeb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:

- name: Validate with HACS
uses: hacs/action@main

- name: HACS Action
uses: hacs/[email protected]

6 changes: 3 additions & 3 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 62feeb3

Please sign in to comment.