File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -330,10 +330,9 @@ jobs:
330330 if : always() && github.event_name != 'workflow_dispatch'
331331 # No concurrency required, runs every time on a schedule.
332332 steps :
333- - uses : michaelkaye/matrix-hookshot-action@v0.3 .0
333+ - uses : michaelkaye/matrix-hookshot-action@v1.0 .0
334334 with :
335335 github_token : ${{ secrets.GITHUB_TOKEN }}
336- matrix_access_token : ${{ secrets.ELEMENT_ANDROID_NOTIFICATION_ACCESS_TOKEN }}
337- matrix_room_id : ${{ secrets.ELEMENT_ANDROID_INTERNAL_ROOM_ID }}
336+ hookshot_url : ${{ secrets.ELEMENT_ANDROID_HOOKSHOT_URL }}
338337 text_template : " {{#if '${{ github.event_name }}' == 'schedule' }}Nightly test run{{else}}Test run (on ${{ github.ref }}){{/if }}: {{#each job_statuses }}{{#with this }}{{#if completed }} {{name}} {{conclusion}} at {{completed_at}}, {{/if}}{{/with}}{{/each}}"
339338 html_template : " {{#if '${{ github.event_name }}' == 'schedule' }}Nightly test run{{else}}Test run (on ${{ github.ref }}){{/if }}: {{#each job_statuses }}{{#with this }}{{#if completed }}<br />{{icon conclusion}} {{name}} <font color='{{color conclusion}}'>{{conclusion}} at {{completed_at}} <a href=\" {{html_url}}\" >[details]</a></font>{{/if}}{{/with}}{{/each}}"
You can’t perform that action at this time.
0 commit comments