Skip to content

Commit

Permalink
Merge pull request #135 from deriv-com/test-shared-slack-workflow
Browse files Browse the repository at this point in the history
fix: action path
  • Loading branch information
niloofar-deriv authored Mar 25, 2024
2 parents ddcf9cb + 8fd0992 commit c41c2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fi
- name: Send Slack Notification
uses: './.github/actions/send_slack_notifications'
uses: './.github/actions/send_slack_notification'
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MESSAGE: ${{ steps.create_slack_message.outputs.MESSAGE }}

0 comments on commit c41c2e7

Please sign in to comment.