Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
3288a2a413
commit
0ea89c331d
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/all.yml
Normal file
11
.forgejo/workflows/all.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'check'
|
||||
|
||||
jobs:
|
||||
check_ip:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Get runner IP
|
||||
run: curl -s ifconfig.me
|
||||
Loading…
Add table
Add a link
Reference in a new issue