mirror of
https://github.com/LukeHagar/usage-statistics.git
synced 2025-12-06 04:21:55 +00:00
chore: bump version to 1.0.2 and build action
This commit is contained in:
2
dist/utils.js
vendored
2
dist/utils.js
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user