This commit is contained in:
albert 2024-11-03 12:00:41 +01:00
parent 1ae8b4cbbf
commit 4017cced6f
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -32,8 +32,8 @@ jobs:
run: | run: |
apt update -y apt update -y
apt install git nodejs nix-bin sudo sudo curl -y apt install git nodejs nix-bin sudo sudo curl -y
git config --global user.email "${{github.actor}}" git config user.email "${{github.actor}}"
git config --global user.name "Forgejo Runner" git config user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo" - name: "Setup: Tailscale Repo"