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 .