Skip to content

Commit

Permalink
Change HACS action (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
oncleben31 committed Nov 30, 2020
1 parent 8b3b9d3 commit 39186e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron.yaml
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: "actions/checkout@v2"

- name: HACS validation
uses: "hacs/integration/action@master"
uses: "hacs/action@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
6 changes: 3 additions & 3 deletions .github/workflows/pull.yml
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: "actions/checkout@v2"

- name: HACS validation
uses: "hacs/integration/action@master"
uses: "hacs/action@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: "actions/checkout@v2"

- name: HACS validation
uses: "hacs/integration/action@master"
uses: "hacs/action@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down

0 comments on commit 39186e5

Please sign in to comment.