-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
106 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Update skill.json at neon_skills repository | ||
name: Update neon_skills | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- dev | ||
- master | ||
|
||
jobs: | ||
push_skill_json: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 5 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Update skill.json in neon_skills | ||
run: | | ||
git clone https://github.com/neongeckocom/neon_skills -b ${{github.ref_name}} | ||
cp skill.json neon_skills/skill_metadata/${{github.event.repository.name}}.json | ||
- name: Push neon_skills changes | ||
uses: cpina/github-action-push-to-another-repository@main | ||
with: | ||
source-directory: neon_skills/ | ||
destination-github-username: neongeckocom | ||
destination-repository-name: neon_skills | ||
user-name: github-actions[bot] | ||
user-email: [email protected] | ||
target-branch: ${{github.ref_name}} | ||
commit-message: Update skill.json for ${{github.event.repository.name}} | ||
env: | ||
API_TOKEN_GITHUB: ${{secrets.SKILL_JSON_TOKEN}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
what is your name | ||
how are you | ||
what time is it | ||
what is the temperature | ||
change my units to metric | ||
what is the temperature | ||
what is the capital of Ukraine | ||
how much caffeine is in Coke | ||
how do you spell caffeine | ||
what is your name? | ||
how are you? | ||
what time is it? | ||
what is the temperature? | ||
what is the capital of Ukraine? | ||
how much caffeine is in Coke? | ||
how do you spell caffeine? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
where is apple store | ||
yes | ||
starbucks | ||
yes | ||
hours | ||
yes | ||
show me starbucks | ||
yes | ||
location | ||
yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
neon_utils>=0.5.7,<2.0.0 | ||
neon_utils~=1.0 | ||
neon_tts_plugin_audiofiles~=0.0.2 | ||
ovos-plugin-manager~=0.0.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters