Environment Variables

These variables are implicitly defined by GitHub. They are variables that are dependent upon the context within which the script executes. You do not need to set the values for these as they are set by GitHub. They are:

  1. github.repositoryUrl This identifies the repository on whose behalf the workflow will be executed upon.

  2. github.ref_name This identifies the specific branch within the above-named project to be analyzed.

Last updated