Skip to content

Commit

Permalink
Replace branch in HACS branch (#58)
Browse files Browse the repository at this point in the history
From master to main.
  • Loading branch information
oncleben31 authored Nov 13, 2020
1 parent 9e8becc commit a93be2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.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 Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.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 Down

0 comments on commit a93be2c

Please sign in to comment.