We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
## Problem
This line will return foo-publish.yml when given publish.yml which is not exactly what I would want.
foo-publish.yml
publish.yml
Change that check to be for exact string matches, after a /
/
The text was updated successfully, but these errors were encountered:
chore(ci): change workflow filename to add-release-pongo.yml
996bdda
To bypass an upstream bug benc-uk/workflow-dispatch#62
chore(ci): change workflow filename to add-release-pongo.yml (#13361)
23a4c21
c151371
To bypass an upstream bug benc-uk/workflow-dispatch#62 (cherry picked from commit 23a4c21)
No branches or pull requests
## Problem
This line will return
foo-publish.yml
when givenpublish.yml
which is not exactly what I would want.Solution
Change that check to be for exact string matches, after a
/
The text was updated successfully, but these errors were encountered: