test
Some checks failed
deploy-rs / deploy-rs (push) Failing after 0s

This commit is contained in:
iFargle 2023-12-25 13:20:10 +09:00
parent e341bdbbf4
commit af8a20d293
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,8 @@ jobs:
steps:
- name: "Runner: Info"
run: |
echo "============= PATH"
echo $PATH
echo "============= pwd"
pwd
echo "============= ls -lah"

View file

@ -9,7 +9,7 @@
};
services.gitea-actions-runner = {
package = pkgs.gitea-actions-runner;
package = pkgs.forgejo-actions-runner;
instances."${hostname}" = {
enable = true;
name = "${hostname}";