Update workflow

This commit is contained in:
albert 2024-04-14 20:35:28 +09:00
parent a4f41ebb27
commit 17125557c7
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 tailscale -y apt install git nodejs nix-bin sudo -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"