From 8d9f9e6f4c8e6c3b08734ccaf06f1310472f674e Mon Sep 17 00:00:00 2001
From: ChristopherHX <christopherhx@noreply.gitea.com>
Date: Fri, 23 Feb 2024 20:32:55 +0000
Subject: [PATCH] Add actions runner to DevOps

Use the actions/runner developed by GitHub with Gitea Actions
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d18fce2..2c0067b 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances.
 
 ### DevOps
 
+- [actions runner](https://gitea.com/ChristopherHX/actions_runner) - Use the actions/runner developed by GitHub with Gitea Actions.
 - [agola](https://github.com/agola-io/agola) - Agola: CI/CD Redefined. Built-in Gitea support.(see [``docs``](https://agola.io/tryit/#test-using-a-local-gitea-instance))
 - [appveyor](https://www.appveyor.com/) - Gitea receives first-class support in AppVeyor CI.
 - [AWS Cloud Integration(webhook-to-s3)](https://github.com/leonli/webhook-to-s3) - Gitea Webhook integration with AWS CodePipeline and CodeBuild by automatically uploading the archive to AWS S3.