Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
Update skill.json automation
  • Loading branch information
NeonDaniel authored Oct 27, 2022
2 parents d0c71a8 + 9d8ea14 commit 8352564
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1,\>=1.1.1 ovos-skills-manager
- name: Get Updated skill.json
run: |
python action/skill/scripts/update_skill_json.py
Expand Down
6 changes: 3 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"short_description": "Retrieve the [IP address](https://en.wikipedia.org/wiki/IP_address), also known as the \"network address\" of the Device and respond verbally to the user, and if the Device supports it, display the IP address.",
"description": "Returns the known IP addresses to the user, if requested. Useful for testing.",
"examples": [
"what's your ip address?",
"tell me your ip address.",
"what is my public ip address?"
"What's your IP address?",
"Tell me your IP address.",
"What is my public IP address?"
],
"desktopFile": false,
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 8352564

Please sign in to comment.