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 }} +