Skip to content

Commit

Permalink
Revert to underscored input names
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins committed Sep 30, 2024
1 parent feaabc8 commit b5a8a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
description: "Actions to correct"
required: false
default: ""
action-paths:
action_paths:
description: "Paths to search for actions"
required: false
default: ""
Expand All @@ -33,7 +33,7 @@ inputs:
description: "Fail if an unpinned action/image is found"
required: false
default: "false"
repo-root:
repo_root:
description: "Operate on files in the specified filesystem location. If unspecified, check out files from the current repo."
required: false
default: ""
Expand Down

0 comments on commit b5a8a46

Please sign in to comment.