We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f91268 commit 0d34172Copy full SHA for 0d34172
.github/workflows/freebsd.yml
@@ -70,10 +70,10 @@ jobs:
70
test -f scripts/sniproxy.rc
71
72
# Smoke test: start sniproxy with a test config
73
- # cross-platform-actions runs as uid 1001 (runner), not root,
74
- # so omit user directive (can't drop privileges without root)
+ # cross-platform-actions runs as user 'runner', not root
75
echo "Running as: $(whoami) (uid=$(id -u))"
76
printf '%s\n' \
+ "user $(whoami)" \
77
'error_log { syslog daemon }' \
78
'listener 127.0.0.1:18443 {' \
79
' protocol tls' \
0 commit comments