Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Oct 23, 2024
1 parent 9133a2b commit ae345f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-sdk-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
uses: Ilshidur/action-discord@0.3.2
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_SDK_DEPLOY }}
DISCORD_EMBEDS: '[{"title":"Google it!","url":"https://google.com/"}]'
DISCORD_EMBEDS:
'[{"title":"Link to run:
${{github.run_id}}","url":"https://github.com/${{github.repository}}/actions/runs/${{github.run_id
}}"}]'
with:
args:
'SDK deployment started on staging 🚀 (from branch `${{ github.ref_name }}` by
Expand Down

0 comments on commit ae345f4

Please sign in to comment.