File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ if [ "$(uname)" == "Linux" ]; then
1616 fi
1717elif [ " $( uname) " == " Darwin" ]; then
1818 # Warn about the phasing out of MacOS support for this action
19- echo " ::warning::The CernVM-FS GitHub Action's support for MacOS will be
20- phased out with macos-10.15, which will be unsupported by GitHub by 8/30/22.
21- See https://github.com/cvmfs-contrib/github-action-cvmfs/pull/17 for details."
19+ echo " ::warning::The CernVM-FS GitHub Action's support for MacOS will be \
20+ phased out with macos-10.15, which will be unsupported by GitHub by 8/30/22. \
21+ See https://github.com/cvmfs-contrib/github-action-cvmfs/pull/17 for details."
2222 # Temporary fix for macOS until cvmfs 2.8 is released
2323 if [ -z " ${CVMFS_HTTP_PROXY} " ]; then
2424 export CVMFS_HTTP_PROXY=' DIRECT'
You can’t perform that action at this time.
0 commit comments