Skip to content

Commit d9fe9e3

Browse files
committed
debug GITHUB_PATH
1 parent 81914da commit d9fe9e3

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,22 @@ runs:
4343
# ensure gnu sed is in PATH before system (BSD) sed
4444
echo "$(brew --prefix gnu-sed)/libexec/gnubin" >> $GITHUB_PATH
4545
46-
echo $PATH
47-
ls "$(brew --prefix gnu-sed)/libexec/gnubin"
48-
command -v sed
49-
5046
# - - -
5147

5248
- name: Prepare environment.yml
5349
shell: bash -leo pipefail {0}
5450
run: |
5551
# Install Linux Dependencies (x86_64)
5652
53+
echo "1 ======"
54+
echo $GITHUB_PATH
55+
echo "2 ======"
5756
echo $PATH
57+
echo "3 ======"
58+
ls "$(brew --prefix gnu-sed)/libexec/gnubin"
59+
echo "4 ======"
60+
command -v sed
61+
5862
sed -i 's/__PY_VERSION__/${{ inputs.python-version }}/' environment-ocpaddons.yml
5963
6064
cat environment-ocpaddons.yml

0 commit comments

Comments
 (0)