📝 Edit page
➕ Add page
Documentation
Key links
- 🏠 Homepage: https://docs.github.com/en/actions
Documentation
- GitHub Actions Documentation
-
Configuring and managing workflows
- A good step-by-step tutorial for setting up GH Actions
- Environment variables
- Secrets
- Core concepts
-
Guides
- Learning paths and language specific guides
These guides for GitHub Actions include specific use cases and examples to help you configure workflows.
- Learning paths and language specific guides
-
Usage limits
- Usage limits, billing, and administration.
Reference section of the docs
- Workflow syntax
- Events that trigger workflows
- Context and expression syntax
-
Workflow commands
- e.g. Setting color to green or showing a warning message.
echo '::set-env name=SELECTED_COLOR::green'
- e.g. Setting color to green or showing a warning message.