Skip to content

Commit

Permalink
Merge pull request #5 from jscruz/0.0.3
Browse files Browse the repository at this point in the history
Update push.yml
  • Loading branch information
jscruz authored Mar 13, 2021
2 parents c2288f9 + dcd81a7 commit 2f04bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -31,4 +31,4 @@ jobs:
with:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .
- run: black .

0 comments on commit 2f04bc0

Please sign in to comment.