We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daad91 commit aa8c9dfCopy full SHA for aa8c9df
.github/workflows/hostname.yml
@@ -21,6 +21,13 @@ jobs:
21
- name: Dump /etc/hosts
22
run: cat /etc/hosts
23
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
+
31
- name: Run hostname check script
32
run: |
33
set -x
0 commit comments