Skip to content

Commit b8be72b

Browse files
committed
attempt to fix hassfest validation github workflow
1 parent 0163429 commit b8be72b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@ on:
77
jobs:
88
validate:
99
runs-on: "ubuntu-latest"
10-
name: Validate
1110
steps:
1211
- uses: "actions/checkout@v2"
13-
- name: HACS validation
14-
uses: "hacs/integration/action@master"
15-
with:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
CATEGORY: "integration"
18-
19-
- name: Hassfest validation
20-
uses: "home-assistant/actions/hassfest@master"
12+
- uses: home-assistant/actions/hassfest@master
2113

2214
style:
2315
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)