ghakit
    Preparing search index...

    Function getGitHubActions

    • Returns whether the workflow is running in GitHub Actions.

      Always true when GitHub Actions is executing the workflow. Useful for differentiating local runs from automated CI runs.

      Returns boolean

      true if running in GitHub Actions, false otherwise.