File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
if : always()
43
43
with :
44
44
webhook : ${{ secrets.DISCORD_WEBHOOK }}
45
- tile : ${{ github.job_id }}
45
+ title : ${{ github.job_id }}
46
46
description : " Build application"
47
47
48
48
functional_test_docker :
98
98
if : always()
99
99
with :
100
100
webhook : ${{ secrets.DISCORD_WEBHOOK }}
101
- tile : ${{ github.job_id }}
101
+ title : ${{ github.job_id }}
102
102
description : " Functional tests for docker: ${{matrix.folder}}"
103
103
104
104
functional_test_podman :
@@ -152,7 +152,7 @@ jobs:
152
152
if : always()
153
153
with :
154
154
webhook : ${{ secrets.DISCORD_WEBHOOK }}
155
- tile : ${{ github.job_id }}
155
+ title : ${{ github.job_id }}
156
156
description : " Functional tests for ${{matrix.folder}}"
157
157
158
158
release :
@@ -228,6 +228,6 @@ jobs:
228
228
uses : sarisia/actions-status-discord@v1
229
229
if : always()
230
230
with :
231
- tile : ${{ github.job_id }}
231
+ title : ${{ github.job_id }}
232
232
webhook : ${{ secrets.DISCORD_WEBHOOK }}
233
233
description : " Push new version ${{ needs.github_release.outputs.version }} to Winget"
You can’t perform that action at this time.
0 commit comments