Update workflows
This commit is contained in:
parent
f095c08c7d
commit
ddbaaeeb30
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ jobs:
|
||||||
set -x
|
set -x
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install git nodejs nix-bin sudo curl -y
|
apt install git nodejs nix-bin sudo curl -y
|
||||||
git config user.email ${{github.actor}}
|
git config --global user.email ${{github.actor}}
|
||||||
git config user.name "Forgejo Runner"
|
git config --global 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"
|
||||||
|
|
Loading…
Reference in a new issue