diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index ceb177e7..076a8098 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -33,7 +33,7 @@ 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.email ${{github.actor}} git config --global user.name "Forgejo Runner" echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts