update runners

This commit is contained in:
albert 2024-04-24 09:30:25 +09:00
parent 01904697e7
commit 687a0f78b7
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ jobs:
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 --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland" git config --global user.name "Albert J. Copeland"
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo" - name: "Setup: Tailscale Repo"
run: | run: |

View file

@ -17,6 +17,7 @@ jobs:
apt install git nodejs nix-bin -y apt install git nodejs nix-bin -y
git config --global user.email "${{github.actor}}" git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland" git config --global user.name "Albert J. Copeland"
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: "Directory Structure" - name: "Directory Structure"
run: | run: |