From 0ea89c331dae8d1a83194536b9774da2f704d457 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Tue, 31 Mar 2026 00:07:34 +0200 Subject: [PATCH] test: ip Signed-off-by: GnomeZworc --- .forgejo/workflows/all.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/all.yml diff --git a/.forgejo/workflows/all.yml b/.forgejo/workflows/all.yml new file mode 100644 index 0000000..e5879a9 --- /dev/null +++ b/.forgejo/workflows/all.yml @@ -0,0 +1,11 @@ +on: + push: + tags: + - 'check' + +jobs: + check_ip: + runs-on: docker + steps: + - name: Get runner IP + run: curl -s ifconfig.me