From 40424416989f5a1075037b12a971f7e8af0489ec Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 13 Feb 2023 21:51:08 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6036a88..8139128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,7 @@ jobs: - name: Install Pandora run: | - ifconfig && ip a + echo "ip_address=$(curl -s ifconfig.me)" >> $GITHUB_ENV + run: | + echo IP Adress is: ${{ env.ip_address }} +