1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-30 10:49:40 +02:00
This commit is contained in:
dbarzin 2023-02-13 21:52:39 +01:00
parent 4042441698
commit e39b4ccdf4

View file

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