File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9393 - connector : source-pokeapi
9494 cdk_extra : n/a
9595
96- name : " ${{matrix.connector}} Connector Check (skip=${{needs.cdk_changes.outputs['src'] == 'false' || needs.cdk_changes.outputs[matrix.cdk_extra] == 'false'}})"
96+ name : " ${{matrix.connector}} Connector Job (skip=${{needs.cdk_changes.outputs['src'] == 'false' || needs.cdk_changes.outputs[matrix.cdk_extra] == 'false'}})"
9797 permissions :
9898 checks : write
9999 contents : read
@@ -136,7 +136,7 @@ jobs:
136136 uses :
LouisBrunner/[email protected] 137137 with :
138138 token : ${{ github.token }}
139- name : " ${{ matrix.connector }} Test Report"
139+ name : " ${{ matrix.connector }} Test Report (custom) "
140140 status : " in_progress"
141141 output : |
142142 {
@@ -224,7 +224,7 @@ jobs:
224224 uses :
LouisBrunner/[email protected] 225225 with :
226226 token : ${{ github.token }}
227- name : " ${{ matrix.connector }} Test Report"
227+ name : " ${{ matrix.connector }} Test Report (custom) "
228228 status : " completed"
229229 conclusion : " ${{ steps.evaluate_output.outputs.success == 'true' && 'success' || 'failure' }}"
230230 details_url : " ${{ steps.evaluate_output.outputs.html_report_url }}"
@@ -240,7 +240,7 @@ jobs:
240240 uses :
LouisBrunner/[email protected] 241241 with :
242242 token : ${{ github.token }}
243- name : " ${{ matrix.connector }} Test Report"
243+ name : " ${{ matrix.connector }} Test Report (custom) "
244244 status : " completed"
245245 conclusion : " failure"
246246 output : |
Original file line number Diff line number Diff line change 99
1010jobs :
1111 success_check :
12- name : " Dummy Check (success)"
12+ name : " Dummy Job (success)"
1313 runs-on : ubuntu-22.04
1414 permissions :
1515 checks : write
1919 uses :
LouisBrunner/[email protected] 2020 with :
2121 token : ${{ github.token }}
22- name : " Dummy Check (success)"
22+ name : " Dummy Check (success custom )"
2323 status : " completed"
2424 conclusion : " success"
2525 details_url : " https://www.google.com/search?q=success"
3030 }
3131
3232 failure_check :
33- name : " Dummy Check (fail)"
33+ name : " Dummy Job (fail)"
3434 runs-on : ubuntu-22.04
3535 permissions :
3636 checks : write
4040 uses :
LouisBrunner/[email protected] 4141 with :
4242 token : ${{ github.token }}
43- name : " Dummy Check (fail)"
43+ name : " Dummy Check (fail custom )"
4444 status : " completed"
4545 conclusion : " failure"
4646 details_url : " https://www.google.com/search?q=failed"
You can’t perform that action at this time.
0 commit comments