Skip to content

Commit

Permalink
chore: configuration generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 3, 2024
1 parent fb85f62 commit fcd3c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
const fs = require('fs');
const path = require('path');
const { pluginSettingsSchema } = require('./src/types');
const { pluginSettingsSchema } = require('./src/types/plugin-input');
const manifestPath = path.resolve("${{ github.workspace }}", './manifest.json');
const manifest = JSON.parse(fs.readFileSync(manifestPath, 'utf8'));
Expand Down

0 comments on commit fcd3c6f

Please sign in to comment.