Skip to content

Commit 3b8c548

Browse files
authored
Bump version to 5.0.1 and fix help command formatting (#206)
Fixes the help command spacing issue referenced in #205 Closes #205
2 parents ebc7c20 + ef0a02f commit 3b8c548

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bin/local-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function entrypoint() {
5555
// If the TARGET_ACTION_PATH environment variable is not set, display the
5656
// help message.
5757
if (!process.env.TARGET_ACTION_PATH) {
58-
command += `-- --help`
58+
command += ` -- --help`
5959
execSync(command, { stdio: 'inherit' })
6060
return
6161
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@github/local-action",
33
"description": "Local Debugging for GitHub Actions",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"type": "module",
66
"author": "Nick Alteen <ncalteen@github.com>",
77
"private": false,

0 commit comments

Comments
 (0)