From e670867d29b019bd12953496876fb15be15aec72 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Tue, 31 Mar 2026 00:09:09 +0200 Subject: [PATCH] tesT Signed-off-by: GnomeZworc --- .forgejo/workflows/all.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/all.yml b/.forgejo/workflows/all.yml index e5879a9..b193a27 100644 --- a/.forgejo/workflows/all.yml +++ b/.forgejo/workflows/all.yml @@ -8,4 +8,6 @@ jobs: runs-on: docker steps: - name: Get runner IP - run: curl -s ifconfig.me + run: | + echo test + curl -s ifconfig.me