We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set-env
add-path
1 parent 18e7b41 commit 904fa5cCopy full SHA for 904fa5c
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
20
- name: Setting conda path
21
- run: echo "::add-path::${HOME}/miniconda3/bin"
+ run: echo "${HOME}/miniconda3/bin" >> $GITHUB_PATH
22
23
- name: Checkout
24
uses: actions/checkout@v1
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
- run: echo "::set-env name=PATH::${HOME}/miniconda3/bin:${PATH}"
108
109
110
0 commit comments