From 674b4d8d9d5caba4ac42d6f56f5fd973a18d266b Mon Sep 17 00:00:00 2001 From: Gerard Date: Sat, 5 Jun 2021 11:52:08 +0200 Subject: [PATCH 1/3] Update pushpull.yaml --- .github/workflows/pushpull.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushpull.yaml b/.github/workflows/pushpull.yaml index 2aa0118..3ad8248 100644 --- a/.github/workflows/pushpull.yaml +++ b/.github/workflows/pushpull.yaml @@ -16,7 +16,7 @@ jobs: - uses: "actions/checkout@v2" - name: HACS validation - uses: "hacs/integration/action@master" + uses: "hacs/integration/action@main" env: SKIP_BRANDS_CHECK: "True" with: From 65fa66065351ee631d579bd2144c6d94991f22d2 Mon Sep 17 00:00:00 2001 From: Gerard Date: Sat, 5 Jun 2021 12:12:10 +0200 Subject: [PATCH 2/3] Update pushpull.yaml --- .github/workflows/pushpull.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushpull.yaml b/.github/workflows/pushpull.yaml index 3ad8248..37c06da 100644 --- a/.github/workflows/pushpull.yaml +++ b/.github/workflows/pushpull.yaml @@ -16,7 +16,7 @@ jobs: - uses: "actions/checkout@v2" - name: HACS validation - uses: "hacs/integration/action@main" + uses: "hacs/action" env: SKIP_BRANDS_CHECK: "True" with: From 2354ed8d08f9e2274d8cd66d7454843c9f1f7d4e Mon Sep 17 00:00:00 2001 From: Gerard Date: Sat, 5 Jun 2021 12:18:12 +0200 Subject: [PATCH 3/3] Update pushpull.yaml --- .github/workflows/pushpull.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pushpull.yaml b/.github/workflows/pushpull.yaml index 37c06da..35157ae 100644 --- a/.github/workflows/pushpull.yaml +++ b/.github/workflows/pushpull.yaml @@ -9,20 +9,21 @@ on: # yamllint disable-line rule:truthy pull_request: jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v2" + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration" + ignore: brands validate: runs-on: "ubuntu-latest" name: Validate steps: - uses: "actions/checkout@v2" - - - name: HACS validation - uses: "hacs/action" - env: - SKIP_BRANDS_CHECK: "True" - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CATEGORY: "integration" - - name: Hassfest validation uses: "home-assistant/actions/hassfest@master"