Skip to content

Commit 908f803

Browse files
remove broken slack integration
1 parent a82f3f2 commit 908f803

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/deploy.yml

-14
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,3 @@ jobs:
140140
repository: 'datacite/mastino'
141141
branch: 'refs/heads/master'
142142
tags: false
143-
144-
- name: Notify Slack
145-
uses: edge/simple-slack-notify@master
146-
with:
147-
channel: '#ops'
148-
color: 'good'
149-
text: 'A new version of the Re3data API has been deployed to stage.'
150-
failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed'
151-
fields: |
152-
[{ "title": "Commit message", "value": "${{ steps.extract_variables.outputs.MESSAGE }}" },
153-
{ "title": "Committed by", "value": "<https://github.com/${{ github.repository }}/commits?author=${{ github.actor }}|${{ github.actor }}>", "short": true },
154-
{ "title": "Commit SHA", "value": "<https://github.com/${{ github.repository }}/commit/${{ steps.extract_variables.outputs.GIT_SHA }}|${{ steps.extract_variables.outputs.GIT_SHA_SHORT }}>", "short": true },
155-
{ "title": "Repository", "value": "<https://github.com/${{ github.repository }}|${{ github.repository }}>", "short": true },
156-
{ "title": "Branch", "value": "<https://github.com/${{ github.repository }}/tree/${{ steps.extract_variables.outputs.BRANCH }}|${{ steps.extract_variables.outputs.BRANCH }}>", "short": true }]

0 commit comments

Comments
 (0)