Skip to content

Commit 1578963

Browse files
committed
f
1 parent dd2461a commit 1578963

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/slack-alert/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ inputs:
1111
message:
1212
description: Alert message
1313
required: false
14-
default: >-
15-
${{ github.workflow }}${{ (github.job != github.workflow) && ('/' + github.job) || '' }}
16-
GitHub Actions workflow failed :sob:
14+
default: ${{ github.workflow }}/${{ github.job }} GitHub Actions workflow failed :sob:
1715
type: string
1816
results-url:
1917
description: URL for workflow results

0 commit comments

Comments
 (0)