From 58259f11035c1efaf3c27ebea4fec5aaa8865db4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 30 May 2023 23:10:08 +0200 Subject: [PATCH] Get nightly intents from new intents-package repo (#93826) Get nighlty intents from new intents-package repo --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ae650d3052a..063342cc6b7 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -124,7 +124,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: github_token: ${{secrets.GITHUB_TOKEN}} - repo: home-assistant/intents + repo: home-assistant/intents-package branch: main workflow: nightly.yaml workflow_conclusion: success