Skip to content

Commit 0b4c2cc

Browse files
fix warning in github action
1 parent c970408 commit 0b4c2cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: always()
4343
with:
4444
webhook: ${{ secrets.DISCORD_WEBHOOK }}
45-
tile: ${{ github.job_id }}
45+
title: ${{ github.job_id }}
4646
description: "Build application"
4747

4848
functional_test_docker:
@@ -98,7 +98,7 @@ jobs:
9898
if: always()
9999
with:
100100
webhook: ${{ secrets.DISCORD_WEBHOOK }}
101-
tile: ${{ github.job_id }}
101+
title: ${{ github.job_id }}
102102
description: "Functional tests for docker: ${{matrix.folder}}"
103103

104104
functional_test_podman:
@@ -152,7 +152,7 @@ jobs:
152152
if: always()
153153
with:
154154
webhook: ${{ secrets.DISCORD_WEBHOOK }}
155-
tile: ${{ github.job_id }}
155+
title: ${{ github.job_id }}
156156
description: "Functional tests for ${{matrix.folder}}"
157157

158158
release:
@@ -228,6 +228,6 @@ jobs:
228228
uses: sarisia/actions-status-discord@v1
229229
if: always()
230230
with:
231-
tile: ${{ github.job_id }}
231+
title: ${{ github.job_id }}
232232
webhook: ${{ secrets.DISCORD_WEBHOOK }}
233233
description: "Push new version ${{ needs.github_release.outputs.version }} to Winget"

0 commit comments

Comments
 (0)