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 e172434 commit faa5f5bCopy full SHA for faa5f5b
.github/workflows/pre-merge.yml
@@ -128,5 +128,5 @@ jobs:
128
129
. ${GITHUB_WORKSPACE}/.github/actions/common/func.sh
130
131
- slack_format_failure_message "Docker Build failed for Redis: ${{ steps.parse-release.outputs.release_version || 'unknown'}}" "$workflow_url" "$footer" \
+ slack_format_failure_message "Docker Build failed for Redis: ${{ inputs.release_tag || 'unknown'}}" "$workflow_url" "$footer" \
132
| curl -s --fail-with-body -d@- "${{ secrets.SLACK_WEB_HOOK_URL }}"
0 commit comments