tesT
All checks were successful
/ check_ip (push) Successful in 1s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-03-31 00:09:09 +02:00
commit e670867d29
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -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