From cec9f822fa948492b805c3d9fdb466043b171052 Mon Sep 17 00:00:00 2001 From: Gerard Date: Fri, 20 Aug 2021 22:51:09 +0200 Subject: [PATCH] Update validate_via_cron.yaml --- .github/workflows/validate_via_cron.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/validate_via_cron.yaml b/.github/workflows/validate_via_cron.yaml index 6ef0e60..3e3900d 100644 --- a/.github/workflows/validate_via_cron.yaml +++ b/.github/workflows/validate_via_cron.yaml @@ -13,12 +13,10 @@ jobs: - uses: "actions/checkout@v2" - name: HACS validation - uses: "hacs/integration/action@master" - env: - SKIP_BRANDS_CHECK: "True" - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CATEGORY: "integration" + uses: "hacs/action@main" + with: + category: "integration" + ignore: brands - name: Hassfest validation uses: "home-assistant/actions/hassfest@master"