two/.forgejo/workflows/all.yml
GnomeZworc 0ea89c331d
All checks were successful
/ check_ip (push) Successful in 1s
test: ip
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-03-31 00:07:34 +02:00

11 lines
149 B
YAML

on:
push:
tags:
- 'check'
jobs:
check_ip:
runs-on: docker
steps:
- name: Get runner IP
run: curl -s ifconfig.me