improvements and fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This repository is a testing ground for several Gitea Actions used within the Phyllome OS project.
|
This repository is a testing ground for several Gitea Actions used within the Phyllome OS project.
|
||||||
|
|
||||||
Gitea Actions workflows closely resemble GitHub Actions workflows, to the point that several GitHub Actions can be used in Gitea Actions workflows without modification.
|
Gitea Actions closely resemble GitHub Actions, to the point that several GitHub Actions can be used in Gitea Actions workflows without modification.
|
||||||
|
|
||||||
## How to test actions locally
|
## How to test actions locally
|
||||||
|
|
||||||
@@ -11,14 +11,14 @@ Download the latest version of the act runner for your architecture [here](https
|
|||||||
Execute the act runner using the `exec` argument and specify the workflow file:
|
Execute the act runner using the `exec` argument and specify the workflow file:
|
||||||
|
|
||||||
```
|
```
|
||||||
./act_runner exec --workflows my-workflow-in-root-directory.yml
|
./act_runner exec --workflows checkout.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
## How they are used in Phyllome OS
|
## How they are used in Phyllome OS
|
||||||
|
|
||||||
Several known actions repositories are mirrored within Phyllome's Gitea instance, under the [actions](https://git.phyllo.me/actions) organization.
|
Several known actions repositories are mirrored within Phyllome's Gitea instance, under the [actions](https://git.phyllo.me/actions) organization.
|
||||||
|
|
||||||
# Good sources
|
# Good resources
|
||||||
|
|
||||||
- [Official Gitea Action documentation](https://docs.gitea.com/usage/actions/quickstart)
|
- [Official Gitea Action documentation](https://docs.gitea.com/usage/actions/quickstart)
|
||||||
- [Awesome Actions](https://github.com/sdras/awesome-actions#workflow-examples)
|
- [Awesome Actions](https://github.com/sdras/awesome-actions#workflow-examples)
|
||||||
|
Reference in New Issue
Block a user