GitHub Actions: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
=Overview=
=Overview=


GitHub Actions are event driven YAML-defined entities: you can run a series of commands in response to a specific event.
GitHub Actions are event driven YAML-defined entities: you can run a series of commands in response to a specific event. These YAML files are stored in the repository in a directory called <code>.github/workflows</code>

Revision as of 00:55, 27 October 2022

External

Internal

Overview

GitHub Actions are event driven YAML-defined entities: you can run a series of commands in response to a specific event. These YAML files are stored in the repository in a directory called .github/workflows