File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ inputs:
129129 required : false
130130 default : ' '
131131 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.'
133133 required : false
134- default : ' '
134+ default : ' DIRECT '
135135 cvmfs_ignore_signature :
136136 description : ' When set to yes, don’t verify CernVM-FS file catalog signatures.'
137137 required : false
Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ elif [ "$(uname)" == "Darwin" ]; then
4444 # Warn about the phasing out of MacOS support for this action
4545 echo " warning The CernVM-FS GitHub Action's support for MacOS \
4646 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
5147
5248 brew tap macos-fuse-t/cask
5349 brew tap cvmfs/homebrew-cvmfs
You can’t perform that action at this time.
0 commit comments