Skip to content

Commit 7584c0e

Browse files
committed
remove old reference to INPUT_RELEASE_NAME.
1 parent 7b8c609 commit 7584c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
case ('workflow_run'):
3636
core.warning("This action is designed to run on 'release', not 'workflow_run'. Even when corresponding to a workflow triggered by 'release', 'workflow_run' may not work due to its event context schema.");
3737
break;
38-
case ('pull_request' && INPUT_RELEASE_NAME):
38+
case ('pull_request' && TAG):
3939
core.error("This action is meant to only run on 'release'. 'pull_request' is reserved for testing, and 'tag' was not supplied.");
4040
break;
4141
case ('pull_request'):

0 commit comments

Comments
 (0)