Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Nov 27, 2023
1 parent 97f709a commit 4d53afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
DEFAULT_IF="$(route | grep '^default' | grep -o '[^ ]*$')"
EXT_IP="$(/sbin/ifconfig "$DEFAULT_IF" | awk -F ' *|:' '/inet /{print $3}')"
echo "External IP: $EXT_IP"
FQDN="(hostname -f)"
FQDN="$(hostname -f)"
echo "FQDN: $FQDN"
release:
Expand Down

0 comments on commit 4d53afa

Please sign in to comment.