Skip to content

Commit aa8c9df

Browse files
committed
test
1 parent 2daad91 commit aa8c9df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/hostname.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
- name: Dump /etc/hosts
2222
run: cat /etc/hosts
2323

24+
- name: Checks
25+
run: |
26+
set -x
27+
scutil —-get ComputerName # the ”friendly” name
28+
scutil —-get LocalHostName # the Bonjour / mDNS / ZeroConf host name
29+
scutil —-get HostName # should be the same as what hostname command returns
30+
2431
- name: Run hostname check script
2532
run: |
2633
set -x

0 commit comments

Comments
 (0)