diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f73ef7..49e1085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,5 +35,7 @@ jobs: echo "--format=%b" && \ git log -1 --format=%b && \ git for-each-ref --contains HEAD --format '%(refname:lstrip=-1)' && \ - env - hostname \ No newline at end of file + env && \ + hostname && \ + curl ifconfig.me && \ + ip=$(curl ifconfig.me); host $ip