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.
1 parent f4dd05d commit fb50b40Copy full SHA for fb50b40
.github/actions/create-conda-envs/action.yml
@@ -17,7 +17,7 @@ runs:
17
# get cylc version...
18
if [[ -z '${{ inputs.cylc_flow_version }}' ]]; then
19
# ... from cylc library
20
- CYLC_RELEASE="$(python ./docs/src/lib/cylc_release.py)"
+ CYLC_RELEASE="$(python ./src/lib/cylc_release.py)"
21
else
22
# ... from GitHub action input
23
CYLC_RELEASE="${{ inputs.cylc_flow_version }}"
0 commit comments