From ddbaaeeb305a425cb76345f2db368778cd016c59 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Thu, 7 Nov 2024 03:03:19 +0100
Subject: [PATCH] Update workflows

---
 .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 f21869af..23fbacbb 100644
--- a/.forgejo/workflows/deploy-rs.yml
+++ b/.forgejo/workflows/deploy-rs.yml
@@ -34,8 +34,8 @@ jobs:
           set -x
           apt update -y
           apt install git nodejs nix-bin sudo curl -y
-          git config user.email ${{github.actor}}
-          git config user.name "Forgejo Runner"
+          git config --global user.email ${{github.actor}}
+          git config --global user.name "Forgejo Runner"
           echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
 
       - name: "Setup:  Tailscale Repo"