From 846ad9eae46e0ea328431911ef5820fa04dbcd3a Mon Sep 17 00:00:00 2001 From: badguy99 <61918526+badguy99@users.noreply.github.com> Date: Tue, 29 Dec 2020 17:41:08 +0000 Subject: [PATCH] Update hacs.yml update hacs workflow to use main branch --- .github/workflows/hacs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 8250f6e..09b4742 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: "actions/checkout@v2" - name: HACS validation - uses: "hacs/integration/action@master" + uses: "hacs/integration/action@main" with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CATEGORY: "appdaemon"