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

15 lines
242 B
YAML

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