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"