Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed May 18, 2024
1 parent 05d6fa8 commit 657d68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts/update_skill_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ def get_poetry_skill_data(skill_dir: str):


if __name__ == "__main__":
# get_skill_json(argv[1])
get_skill_json("/Users/Mike/Documents/coding/VoiceAssistants/neon-homeassistant-skill")
get_skill_json(argv[1])
3 changes: 3 additions & 0 deletions .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
path: action/skill
- name: Get Updated skill.json
run: |
pip install toml
python .github/workflows/scripts/update_skill_json.py action/skill
- name: Push skill.json Change
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 657d68f

Please sign in to comment.