We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2461a commit 1578963Copy full SHA for 1578963
.github/actions/slack-alert/action.yml
@@ -11,9 +11,7 @@ inputs:
11
message:
12
description: Alert message
13
required: false
14
- default: >-
15
- ${{ github.workflow }}${{ (github.job != github.workflow) && ('/' + github.job) || '' }}
16
- GitHub Actions workflow failed :sob:
+ default: ${{ github.workflow }}/${{ github.job }} GitHub Actions workflow failed :sob:
17
type: string
18
results-url:
19
description: URL for workflow results
0 commit comments