No description
Find a file
2025-08-20 15:55:52 +02:00
readme.md Update readme.md 2025-08-20 15:55:52 +02:00

Actions info

When using the Actions on this Gitea Server, please make sure to follow the important steps:

All codeblocks here are examples.

Actions

Actions should use the Github Variant, so when you declare an action with uses then use the full action url (like https://github.com/actions/checkout@v4)

Actions should declare the runs-on as docker, unless a runner is registered by a user for himself with proper labels.