Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #445 from sandeep-deriv/sandeep/fix-ghworkflow-1
Browse files Browse the repository at this point in the history
chore: updated vars to inputs
  • Loading branch information
sandeep-deriv authored Apr 3, 2024
2 parents cd31f24 + 4ef8d2c commit a7a1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/send_slack_notifications/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
env:
RELEASE_TYPE: ${{ inputs.RELEASE_TYPE }}
VERSION: ${{ inputs.VERSION }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ inputs.SLACK_WEBHOOK_URL }}
if: inputs.status == 'success'
uses: 'deriv-com/shared-actions/.github/actions/send_slack_notification@master'
with:
Expand Down

0 comments on commit a7a1686

Please sign in to comment.