Skip to content

Commit

Permalink
Update hacs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Dec 24, 2023
1 parent c854350 commit 01c5089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: HACS Action
on:
push:
pull_request:
workflow_dispatch:

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3
uses: "actions/checkout@v4"
- name: HACS Action
uses: "hacs/action@main"
with:
Expand Down

0 comments on commit 01c5089

Please sign in to comment.