Skip to content

Commit

Permalink
Fix formatting in SDK deployment notifications for staging and produc…
Browse files Browse the repository at this point in the history
…tion workflows
  • Loading branch information
piotrwitek committed Oct 23, 2024
1 parent 6b623bb commit 1d1f696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdk-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_SDK_DEPLOY }}
with:
args: 'SDK deployment `${{github.run_id}}` finished successfully on production 🎉\n '
args: 'SDK deployment `${{github.run_id}}` finished successfully on production 🎉'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdk-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_SDK_DEPLOY }}
with:
args: 'SDK deployment `${{github.run_id}}` finished successfully on staging 🎉\n '
args: 'SDK deployment `${{github.run_id}}` finished successfully on staging 🎉'

- name: Trigger e2e tests in e2e-tests repository
env:
Expand Down

0 comments on commit 1d1f696

Please sign in to comment.