Skip to content

Commit 641de5b

Browse files
committed
debug GITHUB_PATH (4)
1 parent 4468b02 commit 641de5b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/actions/build-ocp-addons/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ runs:
4141
4242
brew install gsed
4343
# 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
44+
echo "$(brew --prefix gnu-sed)/libexec/gnubin" >> $GITHUB_PATH
45+
echo "/schnaddel" >> $GITHUB_PATH
4846
4947
# - - -
5048

@@ -54,12 +52,8 @@ runs:
5452
# Install Linux Dependencies (x86_64)
5553
5654
echo "1 ======"
57-
cat $GITHUB_PATH
58-
echo "2 ======"
5955
echo $PATH
6056
echo "3 ======"
61-
ls "$(brew --prefix gnu-sed)/libexec/gnubin"
62-
echo "4 ======"
6357
command -v sed
6458
6559
sed -i 's/__PY_VERSION__/${{ inputs.python-version }}/' environment-ocpaddons.yml

0 commit comments

Comments
 (0)