From d660cf008dd58e642976062d7fce5ef97a7aa0a9 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 9 Nov 2023 16:24:39 +0100 Subject: [PATCH] link to the LXC runs-on documentation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ffb618..40b7c3a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ The [forgejo-curl.sh](https://code.forgejo.org/forgejo/forgejo-curl#forgejo-curl script is logged in the instance and ready to be used with web or api endpoints. -It can only be run on the `self-hosted` platform, running on a host with LXC installed. +It can only be used in a job with a `runs-on` label that designates a Forgejo runner +that [provides a LXC container](https://forgejo.org/docs/next/user/actions/#jobsjob_idruns-on). ## Inputs @@ -68,9 +69,9 @@ name: Setup Forgejo on: [push] jobs: setup-forgejo: - runs-on: self-hosted + runs-on: lxc steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: forgejo uses: actions/setup-forgejo@v1 with: