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.
true
true if running in GitHub Actions, false otherwise.
false
Returns whether the workflow is running in GitHub Actions.
Always
truewhen GitHub Actions is executing the workflow. Useful for differentiating local runs from automated CI runs.