2
0

README
All checks were successful
Gitea actions demo. / build (push) Successful in 13s
Gitea actions demo. / run-app (push) Successful in 3s
Gitea actions demo. / cleanup (push) Successful in 2s

This commit is contained in:
shode 2025-01-07 14:07:02 +03:00
parent 1d460c7baf
commit ac2a1cbbd9

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# Gitea actions demo repository.
If you need assistance or have any questions, feel free to contact support.
### Demo workflow:
* [Workflow configuration](https://git.runx.zip/runx/gitea-actions-demo/src/branch/main/.gitea/workflows/gitea-ci.yaml)
* [Workflow demo](https://git.runx.zip/runx/gitea-actions-demo/actions/runs/1/jobs/0)
### Useful links:
* [Gitea actions docs](https://docs.gitea.com/next/usage/actions/quickstart)
* [Github actions docs](https://docs.github.com/en/actions/writing-workflows/quickstart)
* [Actions marketplace](https://github.com/marketplace?type=actions)
### Usage Requirements:
* Do not use third-party runner images.
* Delete images after the workflow execution.
* Try to break down the workflow into steps.