Skip to content

Commit

Permalink
try single
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jan 23, 2025
1 parent ecc7950 commit e94e139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- id: ip-test
run: |
ips=$(hostname -I)
echo $ips
echo ${ips[0]}
- name: Public IP
id: ip
Expand Down

0 comments on commit e94e139

Please sign in to comment.