From af8a20d2930feda0f33bbe6f9f63202c317f4582 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 13:20:10 +0900 Subject: [PATCH] test --- .forgejo/workflows/deploy-rs.yml | 2 ++ nixos/common/services/forgejo-runner.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 9df6cfb7..37a78564 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -11,6 +11,8 @@ jobs: steps: - name: "Runner: Info" run: | + echo "============= PATH" + echo $PATH echo "============= pwd" pwd echo "============= ls -lah" diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index e3f59a97..8f9ecef8 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -9,7 +9,7 @@ }; services.gitea-actions-runner = { - package = pkgs.gitea-actions-runner; + package = pkgs.forgejo-actions-runner; instances."${hostname}" = { enable = true; name = "${hostname}";