diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 385158e6..dd6a5ebd 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -31,8 +31,10 @@ jobs: - name: "Setup: Headscale" run: | - sudo tailscale status - sudo tailscale netcheck + echo "tailscale status" + tailscale status + echo "tailscale netcheck" + tailscale netcheck - uses: actions/checkout@v3 - name: "Directory Structure"