From 489fa13aa6eb5e7f838fec869c65b2e2b1fbf1b4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 11:32:10 +0900 Subject: [PATCH] test --- .forgejo/workflows/deploy-rs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"