Skip to content

Commit

Permalink
Update .github/actions/send-slack-notification-slow-job/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Anahide Tchertchian <[email protected]>
  • Loading branch information
wojciech-piotrowiak and atchertchian committed Oct 6, 2023
1 parent 0f59a6b commit 7187010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ runs:
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
channel-id: ${{ inputs.slack-channel }}
message: 'Max build time exceeded: took ${{steps.fetch_time.outputs.total_time}} seconds (expected max: ${{inputs.max-build-time}} seconds)'
message: 'Max build time exceeded: took ${{ steps.fetch_time.outputs.total_time }} seconds (expected max: ${{ inputs.max-build-time-seconds }} seconds)'
token: ${{ inputs.slack-token }}

0 comments on commit 7187010

Please sign in to comment.