fix: typo

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

View file

@ -266,9 +266,9 @@ 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 Have explained this in [#13539](https://github.com/go-gitea/gitea/issues/13539), and I think the point is Actions is not only a CI/CD system, but also Automated tool.
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.
And 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.
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.
#### Has Gitea Actions completed compatibility with GitHub Actions?