Skip to content

Commit

Permalink
Merge pull request #140 from deriv-com/test-shared-slack-workflow
Browse files Browse the repository at this point in the history
Niloofar / Replaced send-slack-notification action with the one inside shared-actions library
  • Loading branch information
niloofar-deriv authored Mar 25, 2024
2 parents 9b09351 + b6ec245 commit cb3d38d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions .github/actions/send_slack_notification/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "MESSAGE=$RELEASE_TYPE 🤨 The release attempt for @deriv/quill-icons with version ${{ needs.release.outputs.RELEASE_VERSION }} was unsuccessful." >> $GITHUB_OUTPUT
fi
- name: Send Slack Notification
uses: './.github/actions/send_slack_notification'
uses: 'deriv-com/shared-actions/.github/actions/send_slack_notification@master'
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MESSAGE: ${{ steps.create_slack_message.outputs.MESSAGE }}

0 comments on commit cb3d38d

Please sign in to comment.