fix: typo

This commit is contained in:
Jason Song 2023-03-24 17:01:40 +08:00
parent 4cbe889498
commit 6794424104
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -266,7 +266,7 @@ If you encounter any network issues while using Gitea Actions, I hope the pictur
#### Why are we keen on GitHub Actions? Why not something compatible with GitLab CI/CD?
Lunny has explained this in [#13539](https://github.com/go-gitea/gitea/issues/13539), and I think the point is that Actions are not only a CI/CD system but also an automated tool.
Lunny has explained this in [#13539](https://github.com/go-gitea/gitea/issues/13539), and I think the point is that Actions is not only a CI/CD system but also an automated tool.
On the other hand, there have been numerous [actions](https://github.com/marketplace?type=actions) implemented in the open-source world. It is exciting to be able to reuse them.