workflow-dispatch icon indicating copy to clipboard operation
workflow-dispatch copied to clipboard

Prevent matching on substring of workflow name

Open kevaundray opened this issue 2 years ago • 0 comments

## Problem

This line will return foo-publish.yml when given publish.yml which is not exactly what I would want.

Solution

Change that check to be for exact string matches, after a /

kevaundray avatar Sep 26 '23 23:09 kevaundray