From 52e6f81b7b0234527a591d3b8f05b8eedca5051c Mon Sep 17 00:00:00 2001 From: cascode Date: Sat, 21 Oct 2023 02:18:59 -0700 Subject: [PATCH] test --- .gitea/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/checks.yml b/.gitea/workflows/checks.yml index 50ae6fc..b3af4eb 100644 --- a/.gitea/workflows/checks.yml +++ b/.gitea/workflows/checks.yml @@ -12,7 +12,9 @@ jobs: steps: - name: TODO put in image base run: apk add nodejs - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 + with: + github-server-url: "https://code.communitymedia.network" - name: TODO put in image base run: rustup component add rustfmt - name: ls