Skip to content

Commit

Permalink
refactor: rename parameter tagFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
dezkareid committed Mar 5, 2023
1 parent ed38eb0 commit a1673fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/handleOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports.handleExtends = () => {
* @returns {{}|{tagFormat: String}}
*/
exports.handleTagFormat = () => {
const tagFormat = core.getInput(inputs.tagFormat);
const tagFormat = core.getInput(inputs.tag_format);

if (tagFormat) {
return {
Expand Down
2 changes: 1 addition & 1 deletion src/inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"dry_run": "dry_run",
"extends": "extends",
"working_directory": "working_directory",
"tagFormat": "tagFormat"
"tag_format": "tag_format"
}

0 comments on commit a1673fc

Please sign in to comment.