Skip to content

Commit

Permalink
Format & Build
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored and actions-user committed May 19, 2020
1 parent 2473dfb commit 81bb544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5658,7 +5658,7 @@ exports.githubRepository = githubRepository;
*/
function reposFile() {
const file = core.getInput('repos-file');
if (file === undefined) {
if (!file) {
return undefined;
}
if (fs_1.default.existsSync(file)) {
Expand Down

0 comments on commit 81bb544

Please sign in to comment.