File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 renku-data-services : ${{ steps.deploy-comment.outputs.renku-data-services || steps.deploy-comment-azure.outputs.renku-data-services }}
6767 amalthea : ${{ steps.deploy-comment.outputs.amalthea || steps.deploy-comment-azure.outputs.amalthea }}
6868 amalthea-sessions : ${{ steps.deploy-comment.outputs.amalthea-sessions || steps.deploy-comment-azure.outputs.amalthea-sessions }}
69- test-enabled : ${{ steps.deploy-comment.outputs.test-enabled || steps.deploy-comment-azure.outputs.test-enabled }}
70- test-legacy-enabled : ${{ steps.deploy-comment.outputs.test-legacy-enabled || steps.deploy-comment-azure.outputs.test-legacy-enabled }}
69+ test-enabled : ${{ steps.deploy-comment.outputs.test-enabled == 'true' || steps.deploy-comment-azure.outputs.test-enabled == 'true' }}
70+ test-legacy-enabled : ${{ steps.deploy-comment.outputs.test-legacy-enabled == 'true' || steps.deploy-comment-azure.outputs.test-legacy-enabled == 'true' }}
7171 extra-values : ${{ steps.deploy-comment.outputs.extra-values || steps.deploy-comment-azure.outputs.extra-values }}
7272 steps :
7373 - id : deploy-comment
You can’t perform that action at this time.
0 commit comments