mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix(ci): address Greptile review findings
- Remove undefined should_bump_version input from release.yml - Fix Discord action variable expansion (single to double quotes) - Add has_changes gate to changelog and test jobs - Use unique heredoc delimiter to prevent collision with commit messages
This commit is contained in:
4
.github/actions/discord-notify/action.yml
vendored
4
.github/actions/discord-notify/action.yml
vendored
@@ -43,8 +43,8 @@ runs:
|
||||
TIMESTAMP="\"timestamp\": \"$(date -u +%Y-%m-%dT%H:%M:%SZ)\","
|
||||
fi
|
||||
|
||||
# Escape description for JSON
|
||||
DESCRIPTION=$(echo '${{ inputs.description }}' | jq -Rs .)
|
||||
# Escape description for JSON (use double quotes for variable expansion)
|
||||
DESCRIPTION=$(echo "${{ inputs.description }}" | jq -Rs .)
|
||||
|
||||
PAYLOAD=$(cat <<EOF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user