Skip to content

Commit 2a3547f

Browse files
authored
Create README.md
0 parents  commit 2a3547f

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
```
2+
__ _,--="=--,_ __
3+
/ \." .-. "./ \
4+
/ ,/ _ : : _ \/` \
5+
\ `| /o\ :_: /o\ |\__/
6+
`-'| :="~` _ `~"=: |
7+
\` (_) `/ jgs
8+
.-"-. \ | / .-"-.
9+
.-----------------------{ }--| /,.-'-.,\ |--{ }----------------------.
10+
) (_)_)_) \_/`~-===-~`\_/ (_(_(_) (
11+
( )
12+
) Tiozão do Linux (
13+
( wiki.TiozaoDoLinux.com )
14+
) (
15+
( GitHub Actions no Gitea )
16+
) (
17+
'------------------------------------------------------------------------------'
18+
```
19+
20+
# O que é GitHub Actions
21+
- GitHub Actions é uma plataforma de integração contínua e entrega contínua (CI/CD) que permite automatizar a sua compilação, testar e pipeline de implantação. É possível criar fluxos de trabalho que criam e testam cada pull request no seu repositório, ou implantar pull requests mesclados em produção.
22+
- https://docs.github.com/en/actions/get-started/quickstart
23+
24+
## Eventos que disparam workflows
25+
- https://docs.github.com/pt/actions/reference/events-that-trigger-workflows
26+
27+
## Entendendo o GitHub Actions
28+
- https://docs.github.com/en/actions/get-started/understand-github-actions
29+
30+
## Sintaxe de workflows para GitHub Actions
31+
- https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax
32+
33+
## Como armazenar informações em variáveis e secrets
34+
- variáveis - https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables
35+
- secrets - https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets

0 commit comments

Comments
 (0)