File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ inputs:
129
129
required : false
130
130
default : ' '
131
131
cvmfs_http_proxy :
132
- description : ' Chain of HTTP proxy groups used by CernVM-FS. Necessary.Set to DIRECT if you don’t use proxies .'
132
+ description : ' Chain of HTTP proxy groups used by CernVM-FS. Defaults to DIRECT.'
133
133
required : false
134
- default : ' '
134
+ default : ' DIRECT '
135
135
cvmfs_ignore_signature :
136
136
description : ' When set to yes, don’t verify CernVM-FS file catalog signatures.'
137
137
required : false
Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ elif [ "$(uname)" == "Darwin" ]; then
44
44
# Warn about the phasing out of MacOS support for this action
45
45
echo " warning The CernVM-FS GitHub Action's support for MacOS \
46
46
is still experimental."
47
- # Temporary fix for macOS until cvmfs 2.8 is released
48
- if [ -z " ${CVMFS_HTTP_PROXY} " ]; then
49
- export CVMFS_HTTP_PROXY=' DIRECT'
50
- fi
51
47
52
48
brew tap macos-fuse-t/cask
53
49
brew tap cvmfs/homebrew-cvmfs
You can’t perform that action at this time.
0 commit comments