two/.forgejo/workflows/all.yml
GnomeZworc 32ad858981
All checks were successful
/ check_ip (push) Successful in 1s
tesT
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-03-31 00:10:49 +02:00

13 lines
191 B
YAML

on:
push:
tags:
- 'check'
jobs:
check_ip:
runs-on: docker
steps:
- name: Get runner IP
run: |
echo test
curl http://ifconfig.me/ -vvv