Skip to content

Commit

Permalink
Update workflows (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Feb 3, 2021
1 parent 0ae5bc9 commit 58b960d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ 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"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
uses: "home-assistant/actions/hassfest@master"
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 @@ -28,4 +28,4 @@ jobs:
with:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .
- run: black .
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 58b960d

Please sign in to comment.