File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : HACS Action
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+ schedule :
7
+ - cron : " 0 0 * * *"
8
+
9
+ jobs :
10
+ hacs :
11
+ name : HACS Action
12
+ runs-on : " ubuntu-latest"
13
+ steps :
14
+ - name : Checkout Code
15
+ uses : " actions/checkout@v2"
16
+
17
+ - name : HACS Action
18
+ uses : " hacs/action@main"
19
+ with :
20
+ category : " integration"
21
+
22
+ - name : Hassfest Validation
23
+ uses : " home-assistant/actions/hassfest@master"
Original file line number Diff line number Diff line change 11
11
- uses : " actions/checkout@v2"
12
12
13
13
- name : HACS validation
14
- uses : " hacs/integration/action@master "
14
+ uses : " hacs/integration/action@main "
15
15
with :
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
CATEGORY : " integration"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Push actions
4
4
on :
5
5
push :
6
6
branches :
7
- - master
7
+ - main
8
8
- dev
9
9
10
10
jobs :
You can’t perform that action at this time.
0 commit comments