From e39b4ccdf4320db68a822e9f07624d62d2cef45d Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 13 Feb 2023 21:52:39 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8139128..90e8d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - name: Install Pandora run: | echo "ip_address=$(curl -s ifconfig.me)" >> $GITHUB_ENV + + - name: test run: | echo IP Adress is: ${{ env.ip_address }}