From 4017cced6fa63a434559180182803fb92eaef2eb Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 3 Nov 2024 12:00:41 +0100 Subject: [PATCH] Testing --- .forgejo/workflows/update-steamdeck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update-steamdeck.yml b/.forgejo/workflows/update-steamdeck.yml index 5846f01e..2d02baa8 100644 --- a/.forgejo/workflows/update-steamdeck.yml +++ b/.forgejo/workflows/update-steamdeck.yml @@ -32,8 +32,8 @@ jobs: run: | apt update -y apt install git nodejs nix-bin sudo 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"