File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 26
26
renku-graph : ${{ steps.deploy-comment.outputs.renku-graph}}
27
27
renku-notebooks : ${{ steps.deploy-comment.outputs.renku-notebooks}}
28
28
renku-ui : ${{ steps.deploy-comment.outputs.renku-ui}}
29
+ renku-data-services : ${{ steps.deploy-comment.outputs.renku-data-services}}
29
30
test-enabled : ${{ steps.deploy-comment.outputs.test-enabled}}
30
31
extra-values : ${{ steps.deploy-comment.outputs.extra-values}}
31
32
persist : ${{ steps.deploy-comment.outputs.persist}}
66
67
renku_graph : " ${{ needs.check-deploy.outputs.renku-graph }}"
67
68
renku_notebooks : " ${{ needs.check-deploy.outputs.renku-notebooks }}"
68
69
renku_ui : " ${{ needs.check-deploy.outputs.renku-ui }}"
70
+ renku_data_services : " ${{ needs.check-deploy.outputs.renku-data-services }}"
69
71
extra_values : " ${{ needs.check-deploy.outputs.extra-values }}"
70
72
- name : Check existing renkubot comment
71
73
uses : peter-evans/find-comment@v2
You can’t perform that action at this time.
0 commit comments