Przeglądaj źródła

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 6 lat temu
rodzic
commit
1af52089ea
1 zmienionych plików z 1 dodań i 1 usunięć
  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