Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
wxtim and MetRonnie authored Oct 4, 2023
1 parent 0f5c6eb commit 0756789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-cylc-components/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
cylc_uis: ${{ inputs.cylc_uiserver_tag || steps.get_tag.outputs.cylc_uiserver }}
meto_rose: ${{ inputs.metomi_rose_tag || steps.get_tag.outputs.rose }}
cylc_rose: ${{ inputs.cylc_rose_tag || steps.get_tag.outputs.cylc_rose }}
cylc_rose: ${{ inputs.cylc_doc_tag || steps.get_tag.outputs.cylc_doc }}
cylc_doc: ${{ inputs.cylc_doc_tag || steps.get_tag.outputs.cylc_doc }}
run: |
REQS=requirement.txt
touch "$REQS"
Expand All @@ -137,7 +137,7 @@ runs:
"cylc-rose[${{ inputs.cylc_rose_opts }}] @ git+https://github.com/${{ inputs.cylc_rose_repo }}@${cylc_rose}" \
>> "$REQS"
fi
if [[ ${{ inputs.cylc_rose }} == true ]]; then
if [[ ${{ inputs.cylc_doc}} == true ]]; then
echo \
"cylc-doc[${{ inputs.cylc_doc_opts }}] @ git+https://github.com/${{ inputs.cylc_doc_repo }}@${cylc_doc}" \
>> "$REQS"
Expand Down

0 comments on commit 0756789

Please sign in to comment.