Browse Source

Change HACS validation to hacs/action

hacs/integration/action says it is deprecated and is now producing errors.
I have not seen the deprecation warning, so there must be some issue with
mixed old and new source being used.
Jason Rumney 4 năm trước cách đây
mục cha
commit
4bdf17d53d

+ 2 - 3
.github/workflows/hacs-validate.yml

@@ -4,7 +4,7 @@ on:
   push:
   push:
   pull_request:
   pull_request:
   schedule:
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '43 0 * * THU'
 
 
 jobs:
 jobs:
   validate:
   validate:
@@ -12,7 +12,6 @@ jobs:
     steps:
     steps:
       - uses: 'actions/checkout@v2'
       - uses: 'actions/checkout@v2'
       - name: HACS validation
       - name: HACS validation
-        uses: 'hacs/integration/action@main'
+        uses: 'hacs/action@main'
         with:
         with:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           CATEGORY: 'integration'
           CATEGORY: 'integration'