1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-05 13:55:21 +02:00
This commit is contained in:
dbarzin 2023-02-13 21:51:08 +01:00
parent d5ad9e87e8
commit 4042441698

View file

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