Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit d240820

Browse files
committed
chore: removed env variable
1 parent dc169c4 commit d240820

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release_production.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5
5858
- name: Create Slack Message
5959
id: create_slack_message
60-
env:
61-
WORKFLOW_CONCLUSION: ${{ env.WORKFLOW_CONCLUSION }}
6260
run: |
6361
if [ "$WORKFLOW_CONCLUSION" == "success" ]; then
6462
echo "MESSAGE=$RELEASE_TYPE Release succeeded for api.deriv.com with version *${{ needs.build_and_publish.outputs.RELEASE_VERSION }}*" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)