mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
format issues
This commit is contained in:
parent
6297189e6f
commit
cb9c17b80a
3
.github/workflows/pr-formatting-check.yml
vendored
3
.github/workflows/pr-formatting-check.yml
vendored
@ -36,8 +36,7 @@ jobs:
|
||||
with:
|
||||
script: |
|
||||
const marker = '<!-- pr-title-check -->';
|
||||
const error =
|
||||
`${{ steps.title_check.outputs.error_message || steps.title_check.outputs.error || '' }}`.trim();
|
||||
const error = `${{ steps.title_check.outputs.error_message || steps.title_check.outputs.error || '' }}`.trim();
|
||||
const details = error ? `\n\n**Error:** ${error}` : '\n\n**Error:** See workflow logs.';
|
||||
const body = `${marker}
|
||||
**PR title check failed**
|
||||
|
||||
4
.github/workflows/pr-writer.yml
vendored
4
.github/workflows/pr-writer.yml
vendored
@ -97,8 +97,8 @@ jobs:
|
||||
exit 0
|
||||
fi
|
||||
|
||||
ram_line="$(grep -E "RAM:\s" -m1 build-meta/pio.log || true)"
|
||||
flash_line="$(grep -E "Flash:\s" -m1 build-meta/pio.log || true)"
|
||||
ram_line="$(grep -E "RAM:\\s" -m1 build-meta/pio.log || true)"
|
||||
flash_line="$(grep -E "Flash:\\s" -m1 build-meta/pio.log || true)"
|
||||
|
||||
echo "ram_line=${ram_line}" >> "$GITHUB_OUTPUT"
|
||||
echo "flash_line=${flash_line}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user