From e1cdae16d7504c7fa79a151d2b2b0eb6dadbe97e Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 3 Nov 2024 13:04:32 +0100 Subject: [PATCH] testing --- .forgejo/workflows/deploy-rs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 076a8098..cdeb7151 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -33,8 +33,8 @@ jobs: run: apt update -y apt install git nodejs nix-bin sudo curl -y - git config --global user.email ${{github.actor}} - git config --global user.name "Forgejo Runner" + git config user.email ${{github.actor}} + git config user.name "Forgejo Runner" echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts - name: "Setup: Tailscale Repo"