Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Dec 17, 2023
1 parent 7a00458 commit 41bed5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
env && \
hostname && \
curl ifconfig.me && \
ip=$(curl ifconfig.me); host $ip

0 comments on commit 41bed5f

Please sign in to comment.