mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Update all backtrace commits in body
This commit is contained in:
parent
b6f64bae9e
commit
037e103e93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backtrace-commit-fix.yml
vendored
2
.github/workflows/backtrace-commit-fix.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
BODY: ${{ github.event.issue.body }}
|
||||
id: fix
|
||||
run: |
|
||||
changed_body=$(echo "$BODY" | sed '/<strong>commit<\/strong>/,/<\/li>/ s/<code>\([0-9a-f]\{7,\}\)<\/code>/\1/')
|
||||
changed_body=$(echo "$BODY" | sed '/<strong>commit<\/strong>/,/<\/ul>/ s/<code>\([0-9a-f]\{7,\}\)<\/code>/\1/g')
|
||||
if [[ "$changed_body" == "$BODY" ]]; then
|
||||
echo "Unable to match the Backtrace report format."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue