Browse Source

Use dev hassfest.

hassfest checking is failing due to an assumption that core integrations should not define their own issue_tracker.
But dev branch has added issue_tracker as allowed, so that custom integrations can use hassfest too.
Jason Rumney 5 years ago
parent
commit
1af52089ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/hassfest-validate.yml

+ 1 - 1
.github/workflows/hassfest-validate.yml

@@ -11,4 +11,4 @@ jobs:
     runs-on: "ubuntu-latest"
     steps:
       - uses: "actions/checkout@v2"
-      - uses: home-assistant/actions/hassfest@master
+      - uses: home-assistant/actions/hassfest@dev