Open
Description
Currently, we have GITHUB_WORKFLOW
which is either the workflow display name (name
key) or its id (the key in yaml), however there are a few GitHub APIs that use the workflow id (or filename) e.g. get a workflow.
It would be great if these were exposed so that we can use these APIs more easily.
Activity