github · GitHub Actions Docs
Actions Expressions - GitHub Docs
Explains the syntax and available functions for using expressions to evaluate data within GitHub Actions workflows, including context access, logical operators, and function usage.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Expressions - GitHub Docs
Explains the syntax and available functions for using expressions to evaluate data within GitHub Actions workflows, including context access, logical operators, and function usage.
When To Use
Use when you need to write conditional logic, manipulate strings, or access context data within a GitHub Actions workflow file.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-workflows-and-expressions-github-docs-workflow-guide.md | A guide explaining how to evaluate expressions within GitHub Actions workflows and actions. | Questions about a guide explaining how to evaluate expressions within GitHub Actions workflows and actions. |
examples/actions-workflows-and-expressions-github-docs-github-actions-expressions.text | A collection of text-based examples demonstrating various GitHub Actions expression syntaxes and usage patterns. | Exact payloads, commands, or snippets shown in A collection of text-based examples demonstrating various GitHub Actions expression syntaxes and usage patterns. |
What This Skill Covers
-
- GitHub Actions / - Concepts / - Workflows and actions / - Expressions
- Main sections:
In this article,About expressions,Example setting an environment variable,Further reading.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/concepts/workflows-and-actions/expressions
