-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: royalty free images chore: sync skill.json to locale folder * Update skill.json * adjust action * Sync skill.json * add dependency to avoid race condition * explicit license * Update .github/workflows/update_skill_json.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * move skill.json --------- Co-authored-by: mikejgray <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0eee088
commit edde2fa
Showing
8 changed files
with
35 additions
and
5 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
name: update_skill_json | ||
on: | ||
push: {} | ||
|
@@ -8,3 +7,22 @@ jobs: | |
permissions: | ||
contents: write | ||
uses: neongeckocom/.github/.github/workflows/skill_update_json_spec.yml@master | ||
sync: | ||
name: Sync skill.json to locale | ||
runs-on: ubuntu-latest | ||
needs: update-skill-json | ||
permissions: | ||
contents: write | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Sync skill.json | ||
run: | | ||
cp skill.json locale/en-us/skill.json | ||
- name: Push skill.json Change | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
commit_message: Sync skill.json | ||
file_pattern: "locale/skill.json" | ||
skip_dirty_check: false | ||
commit_author: "GitHub Actions <[email protected]>" |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.