Skip to content

Conversation

@softprops
Copy link
Owner

@softprops softprops commented Mar 10, 2024

addresses #416

@softprops softprops marked this pull request as ready for review March 10, 2024 05:56
@softprops softprops merged commit 0e39c67 into master Mar 10, 2024
@softprops softprops deleted the optin-pattern-errors branch March 10, 2024 05:56
throw new Error(`⚠️ Pattern '${pattern}' does not match any files.`);
} else {
console.warn(`🤔 Pattern '${pattern}' does not match any files.`);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When false (the default) and no files are matched, the action still fails on

throw new Error(`⚠️ ${config.input_files} not include valid file.`);

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following up on this in #425

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should now be fixed in the latest v2 tag

softprops added a commit that referenced this pull request Mar 12, 2024
@softprops softprops mentioned this pull request Mar 12, 2024
softprops added a commit that referenced this pull request Mar 12, 2024
* followup to #417

* update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants