mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
adds and updates hierarchy section
This commit is contained in:
parent
2821d3cec4
commit
f5b51da942
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@ The following guide explains key **concepts** to help understand how `workflows`
|
||||||
- Click on the workflow link to see the details and the job execution logs.
|
- Click on the workflow link to see the details and the job execution logs.
|
||||||
![actions results](../_images/user/actions/workflow-demo.png)
|
![actions results](../_images/user/actions/workflow-demo.png)
|
||||||
|
|
||||||
|
## Hierarchy
|
||||||
|
|
||||||
|
In Forgejo terminology a `workflow` is a `.yml` file in the
|
||||||
|
`.forgejo/workflows` directory of the repository. A `workflow` has `jobs` with
|
||||||
|
`steps` to be executed by a Action runner. See the [Glossary](#glossary) for
|
||||||
|
more descriptions of key terms.
|
||||||
|
|
||||||
## Actions
|
## Actions
|
||||||
|
|
||||||
An `Action` is a repository that contains the equivalent of a function in any programming language. It comes in two flavors, depending on the file found at the root of the repository:
|
An `Action` is a repository that contains the equivalent of a function in any programming language. It comes in two flavors, depending on the file found at the root of the repository:
|
||||||
|
|
Loading…
Reference in a new issue