Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update success message
authorAugustin Degomme <adegomme@gmail.com>
Mon, 30 Aug 2021 17:44:42 +0000 (17:44 +0000)
committerAugustin Degomme <adegomme@gmail.com>
Mon, 30 Aug 2021 17:44:42 +0000 (17:44 +0000)
.github/workflows/docker.yml

index 7e5e2e2..db99185 100644 (file)
@@ -43,7 +43,7 @@ jobs:
       - name: Create the success Message
         if: ${{ success() }}
         run: |
-          echo "{\"attachments\": [{\"color\": \"#00FF00\", \"text\":\"Docker images built and pushed successfully ! You can get it on: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json
+          echo "{\"attachments\": [{\"color\": \"#00FF00\", \"text\":\"Docker images built and pushed successfully ! ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json
       - uses: mattermost/action-mattermost-notify@master
         env:
           MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}