| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| if (value === undefined || value.length === 0) { | ||
| return process.env["GITHUB_EVENT_NAME"]; | ||
| } | ||
| return value |
There was a problem hiding this comment.
Minor: I think the build will fail because of this.
| return value | |
| return value; |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For the 1 click setup feature of Code Scanning we are planning on use the dynamic workflows internal api. Triggering an action run this way changes the content of GITHUB_EVENT_NAME to dynamic. As we will be triggering this run after a push/pr and the action does some work in those cases, we will be providing the real event name under the env var CODESCANNING_EVENT_NAME.
Merge / deployment checklist