We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21a075d + 7b47f72 commit b9f25d6Copy full SHA for b9f25d6
src/main.ts
@@ -194,7 +194,7 @@ async function run(): Promise<void> {
194
const message: string = error.message
195
// Handle validation errors from workflow dispatch
196
if (
197
- message == 'Unexpected inputs provided' ||
+ message.startsWith('Unexpected inputs provided') ||
198
(message.startsWith('Required input') &&
199
message.endsWith('not provided')) ||
200
message.startsWith('No ref found for:') ||
0 commit comments