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