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 4e13765 commit 0bb2557
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-sdk-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bb2557

Please sign in to comment.