Skip to content

Commit fcad5c5

Browse files
authored
master->main
1 parent 5818980 commit fcad5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CATEGORY: "integration"
1818

1919
- name: Hassfest validation
20-
uses: "home-assistant/actions/hassfest@master"
20+
uses: "home-assistant/actions/hassfest@main"
2121

2222
style:
2323
runs-on: "ubuntu-latest"
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
python-version: "3.x"
3030
- run: python3 -m pip install black
31-
- run: black .
31+
- run: black .

0 commit comments

Comments
 (0)