Skip to content

Commit

Permalink
CI: Use short status notification (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailox authored Dec 12, 2024
1 parent d7035f1 commit d0cdc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify-mattermost-feed-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ !cancelled() }}
steps:
- name: Notify Mattermost Feed Deployment
uses: greenbone/actions/mattermost-notify@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11
uses: greenbone/actions/mattermost-notify@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
with:
url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
channel: ${{ secrets.MATTERMOST_FEED_CHANNEL }}
Expand All @@ -43,6 +43,7 @@ jobs:
workflow: ${{ github.run_id }}
workflow-name: ${{ github.workflow }}
status: ${{ inputs.status }}
shortline: "true"
- name: Exit with monitored job status
if: inputs.exit-with-status == 'true' && inputs.status != 'success'
run: |
Expand Down

0 comments on commit d0cdc18

Please sign in to comment.