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

13 lines
181 B
YAML

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