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.
1 parent fe4dc00 commit 3fbe608Copy full SHA for 3fbe608
action.yml
@@ -43,10 +43,6 @@ runs:
43
core.error(`The ${context.eventName} event is not supported by this action.`);
44
}
45
46
- if (context.eventName === 'pull_request' && length("${{ inputs.release_id }}") === 0) {
47
- throw new Error(`Event is ${context.eventName} but inputs.release_id is not provided.`);
48
- }
49
-
50
// Function to check if a value is unique in an array
51
function onlyUnique(value, index, array) {
52
return array.indexOf(value) === index;
0 commit comments