Changeset 59922
- Timestamp:
- 03/04/2025 02:17:13 AM (less than one hour ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r59920 r59922 159 159 echo "payload=$PAYLOAD" >> "$GITHUB_OUTPUT" 160 160 env: 161 COMMIT_MSG_RAW: ${{ ( github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && fromJson( steps.current-commit-message.outputs.result )|| github.event.head_commit.message }}161 COMMIT_MSG_RAW: ${{ ( github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && steps.current-commit-message.outputs.result || github.event.head_commit.message }} 162 162 163 163 # Posts notifications when a workflow fails.
Note: See TracChangeset
for help on using the changeset viewer.