From 0bb2557a10bb7fa09ddba6943d0b54598b62c7b3 Mon Sep 17 00:00:00 2001 From: Piotr Witek <739075+piotrwitek@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:17:56 +0200 Subject: [PATCH] test --- .github/workflows/deploy-sdk-staging.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-sdk-staging.yaml b/.github/workflows/deploy-sdk-staging.yaml index 11414a0ce..d0ed54ba8 100644 --- a/.github/workflows/deploy-sdk-staging.yaml +++ b/.github/workflows/deploy-sdk-staging.yaml @@ -42,13 +42,11 @@ jobs: uses: Ilshidur/action-discord@0.3.2 env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_SDK_DEPLOY }} - DISCORD_EMBEDS: '' + DISCORD_EMBEDS: '{"embeds":[{"title":"Google it!","url":"https://google.com/"}]}' with: args: 'SDK deployment started on staging 🚀 (from branch `${{ github.ref_name }}` by - [${{github.triggering_actor }}](https://github.com/${{github.triggering_actor }}) - - [${{github.run_id - }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id }})).' + [${{github.triggering_actor }}](https://github.com/${{github.triggering_actor }}).' - name: Git clone the repository uses: actions/checkout@v3