Skip to content

Commit

Permalink
ci(monorepo): Resolved issue with CI workflow action names
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Sep 14, 2024
1 parent a5ee748 commit 16cae7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
}
env:
SLACK_BOT_TOKEN: ${{ secrets.STORM_BOT_SLACK_TOKEN }}

- name: Send Discord notification - Deployment started
uses: Ilshidur/action-discord@master
with:
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
github.event.head_commit.url }}", "icon_url":
"https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png"
} }]'

- name: Send Telegram notification - Deployment started
uses: storm-software/action-telegram-notify@main
with:
Expand All @@ -91,7 +93,7 @@ jobs:
TELEGRAM_TOKEN: ${{ secrets.STORM_BOT_TELEGRAM_TOKEN }}
TELEGRAM_CHAT: ${{ secrets.STORM_BOT_TELEGRAM_NOTIFICATION_CHAT }}

setup:
release:
name: Setup workspace
if: always() && !cancelled() && !contains(needs.*.result, 'failure') && github.event.pull_request.draft == false
needs:
Expand Down

0 comments on commit 16cae7f

Please sign in to comment.