We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dc443 commit 7a389a8Copy full SHA for 7a389a8
‎.github/workflows/release.yml
@@ -53,3 +53,6 @@ jobs:
53
if: always()
54
with:
55
webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }}
56
+ job: ${{ toJson(job) }}
57
+ steps: ${{ toJson(steps) }}
58
+ overwrite: "{title: `Release uebertool ${github.ref}`}"
0 commit comments