Skip to content

Commit

Permalink
去掉Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
callacat committed Nov 26, 2024
1 parent f3efdb8 commit 0c373ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/generate-json-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ jobs:
git commit -m '由Actions自动生成插件市场所需JSON索引'
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@main
with:
retain_days: 0
keep_minimum_runs: 2
2 changes: 1 addition & 1 deletion .github/workflows/generate_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');

const PluginCloudStorage = {};

const directories = ['./Adapter', './plugins'];
const directories = ['./plugins'];

directories.forEach(dir => {
function readDirRecursive(currentDir) {
Expand Down

0 comments on commit 0c373ce

Please sign in to comment.