diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index 1f26cc7..11aa11d 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -30,7 +30,7 @@ jobs: with: webhook: "https://discordapp.com/api/webhooks/956068061100789801/SB4rQKVAuiGBeeT3ptjPc6zY-AzeUQG_FaKYDdvdU7M_0CitvtDgs8UIvhiB9gQ5w6KX" title: "Rendu QGL" - description: "All good, le tag est posé (${{ github.event.push }}) ${{ github.event }} ! Les rapports sont dans l'artefact" + description: "All good, le tag est posé () ${{ github.event.ref }} / ${{ github.event.before }} / ${{ github.event.after }} ! Les rapports sont dans l'artefact" color: 0xff91a4 nodetail: true - name: Discord Notification Delivered