From dcd81a700cf4c1df0180d47d391cb21760640c36 Mon Sep 17 00:00:00 2001 From: Jorge Cruz-Lambert Date: Sat, 13 Mar 2021 20:43:20 +0000 Subject: [PATCH] Update push.yml fixes #3 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f136d4c..dca1b5c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,7 +14,7 @@ jobs: - uses: "actions/checkout@v2" - name: HACS validation - uses: "hacs/integration/action@master" + uses: "hacs/integration/action@main" with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CATEGORY: "integration" @@ -31,4 +31,4 @@ jobs: with: python-version: "3.x" - run: python3 -m pip install black - - run: black . \ No newline at end of file + - run: black .