chore: bump version to 1.0.2 and build action

This commit is contained in:
github-actions[bot]
2025-08-15 03:30:55 +00:00
parent 5cf3629bc8
commit 1929932ace
2 changed files with 2 additions and 2 deletions

2
dist/utils.js vendored
View File

@@ -29,7 +29,7 @@ export function getInputs() {
const pypiPackages = core.getInput('pypi-packages');
const powershellModules = core.getInput('powershell-modules');
const jsonOutputPath = core.getInput('json-output-path');
const updateReadme = core.getBooleanInput('update-readme');
const updateReadme = core.getInput('update-readme').toLowerCase() === 'true';
const commitMessage = core.getInput('commit-message');
const readmePath = core.getInput('readme-path');
return {