update workflow

This commit is contained in:
albert 2024-04-11 08:07:19 +09:00
parent df44427496
commit 61e3a7a03b
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -28,7 +28,7 @@ jobs:
- name: "Setup: Runner" - name: "Setup: Runner"
run: | run: |
apt update -y apt update -y
apt install git nodejs nix-bin sudo -y apt install git nodejs nix-bin sudo tailscale -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"
- name: "Setup: SSH" - name: "Setup: SSH"