Skip to content

Commit b6b5a54

Browse files
Fix typo
1 parent 9f048f6 commit b6b5a54

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ braces
571571
MIT
572572
The MIT License (MIT)
573573

574-
Copyright (c) 2014-present, Jon Schlinkert.
574+
Copyright (c) 2014-2018, Jon Schlinkert.
575575

576576
Permission is hereby granted, free of charge, to any person obtaining a copy
577577
of this software and associated documentation files (the "Software"), to deal

dist/index.js

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

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ try {
3232

3333
const branch = core.getInput('branch');
3434
const commentCommand = core.getInput('comment_command');
35-
const commentPrefix = core.getInput('commment_prefix');
36-
const commentSuffix = core.getInput('commment_suffix');
35+
const commentPrefix = core.getInput('comment_prefix');
36+
const commentSuffix = core.getInput('comment_suffix');
3737
const commentIsGlobal = core.getInput('comment_is_global') === 'true';
3838
const postInstallScript = core.getInput('post_install_script');
3939
const buildScript = core.getInput('build_script');

0 commit comments

Comments
 (0)