Skip to content

Commit

Permalink
CI: improve message in Slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomognosis committed May 28, 2024
1 parent ff00dd5 commit 36af81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deposits_data_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
environment: Production
service: GC Deposit UI - Update Deposits
success: ${{ contains(join(needs.*.result, ','), 'success') }}
message: "deploy service `GC Deposit UI` version `${{ inputs.tag }}`. Triggered by `${{ github.actor }}`."
message: "deploy service `GC Deposit UI - Update Deposits data` version `${{ inputs.tag }}`. Triggered by `${{ github.actor }}`."

0 comments on commit 36af81f

Please sign in to comment.