From cc436798d1e72ab08bc861318dfcd811b3581a20 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 13 Jan 2026 15:54:57 -0500 Subject: [PATCH] added in gitea actions --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ba6caf0..2f4c11e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,6 +14,7 @@ jobs: run: | ip=$(getent hosts gitea-server | awk '{ print $1 }') echo "$ip" > /tmp/gitea_ip.txt + cat /tmp/gitea_ip.txt - name: Check out repository code uses: actions/checkout@v3