From 8a0fc2e5c0c0768528bd7fcdb09cb32939e7d24e Mon Sep 17 00:00:00 2001 From: Marc-Olivier Arsenault Date: Wed, 29 Nov 2023 20:17:01 -0500 Subject: [PATCH] tweak hackfess source (#235) * tweak hackfess source * update hassfest cron --- .github/workflows/ci.yml | 2 +- .github/workflows/cron.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4759c3..ec033bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ignore: brands - name: Hassfest validation - uses: "home-assistant/actions/hassfest@master" + uses: "marcolivierarsenault/actions/hassfest@master" style: runs-on: "ubuntu-latest" diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 8ec4826..d1c5ecb 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -18,4 +18,4 @@ jobs: ignore: brands - name: Hassfest validation - uses: "home-assistant/actions/hassfest@master" + uses: "marcolivierarsenault/actions/hassfest@master"