We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4468b02 commit 641de5bCopy full SHA for 641de5b
1 file changed
.github/actions/build-ocp-addons/action.yml
@@ -41,10 +41,8 @@ runs:
41
42
brew install gsed
43
# ensure gnu sed is in PATH before system (BSD) sed
44
- cat <<EOF > $GITHUB_PATH
45
- $GITHUB_PATH
46
- $(brew --prefix gnu-sed)/libexec/gnubin
47
- EOF
+ echo "$(brew --prefix gnu-sed)/libexec/gnubin" >> $GITHUB_PATH
+ echo "/schnaddel" >> $GITHUB_PATH
48
49
# - - -
50
@@ -54,12 +52,8 @@ runs:
54
52
# Install Linux Dependencies (x86_64)
55
53
56
echo "1 ======"
57
- cat $GITHUB_PATH
58
- echo "2 ======"
59
echo $PATH
60
echo "3 ======"
61
- ls "$(brew --prefix gnu-sed)/libexec/gnubin"
62
- echo "4 ======"
63
command -v sed
64
65
sed -i 's/__PY_VERSION__/${{ inputs.python-version }}/' environment-ocpaddons.yml
0 commit comments