Skip to content

Commit

Permalink
Merge pull request #23 from tronity/add_action
Browse files Browse the repository at this point in the history
Modify action
  • Loading branch information
sebastian-tronity authored May 22, 2023
2 parents b09d371 + e45de0a commit 1151509
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/hacs_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ on:
- cron: "0 0 * * *"

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Rename root folder to 'tronity'
run: mkdir tronity && find . -maxdepth 1 -not -name ".github" -exec mv {} tronity/ \;

- name: HACS Action
uses: "hacs/action@main"
uses: hacs/action@main
with:
category: "integration"
CATEGORY: integration

- name: hassfest
uses: home-assistant/actions/hassfest@master
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/tronity/homeassistant",
"issue_tracker": "https://github.com/tronity/homeassistant/issues",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/tronity/homeassistant/issues",
"requirements": [],
"version": "0.2.0"
}

0 comments on commit 1151509

Please sign in to comment.