Skip to content

Commit

Permalink
Doc update readme examples (#9)
Browse files Browse the repository at this point in the history
* Update README and skill.json automation

* Update skill.json

Co-authored-by: Daniel McKnight <daniel@neon.ai>
Co-authored-by: NeonDaniel <NeonDaniel@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 26, 2022
1 parent b0a55c2 commit 3b1ec0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt update
sudo apt install -y gcc git libpulse-dev
pip install --upgrade pip
pip install neon-utils\~=0.17 ovos-skills-manager
pip install neon-utils~=1.0,\>=1.1.1 ovos-skills-manager
- name: Get Updated skill.json
run: |
python action/skill/scripts/update_skill_json.py
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ Make Mycroft repeat whatever you want
Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.

## Examples
* "say Goodnight, Gracie"
* "repeat Once upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore"
* "speak I can say anything you'd like!"
* "Say Goodnight, Gracie."
* "Speak I can say anything you'd like!"

## Credits
[Mycroft AI](https://github.com/MycroftAI)
Expand Down
5 changes: 2 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"short_description": "Make Mycroft repeat whatever you want",
"description": "Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.",
"examples": [
"say goodnight, gracie",
"repeat once upon a midnight dreary, while i pondered, weak and weary, over many a quaint and curious volume of forgotten lore",
"speak i can say anything you'd like!"
"Say Goodnight, Gracie.",
"Speak I can say anything you'd like!"
],
"desktopFile": false,
"warning": "",
Expand Down

0 comments on commit 3b1ec0f

Please sign in to comment.