Skip to content

Commit

Permalink
create master plugins.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 20, 2024
1 parent 09d199d commit b6cde84
Show file tree
Hide file tree
Showing 10 changed files with 4,150 additions and 142 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/plugin-checks-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Randomly Select Plugin
id: get-verified-plugin
run: |
echo "plugin=$(jq -r '.[]' verified-plugins.json | sed '/^$/d' | shuf -n 1)" >> $GITHUB_ENV
plugin=$(jq -r 'to_entries | map(select(.value.verified == true)) | .[].key' assets/plugins.json | shuf -n 1)
echo "plugin=$plugin" >> $GITHUB_ENV
shell: bash
- name: Check Plugin
uses: ./src/plugin-checks
Expand Down
Loading

0 comments on commit b6cde84

Please sign in to comment.