mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
meta: minify the output watcher diff further
This commit is contained in:
parent
ed7b4d4401
commit
f43ff477da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/output-watcher.yml
vendored
2
.github/workflows/output-watcher.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
run: |
|
||||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
echo "OUTPUT_DIFF<<$EOF" >> "$GITHUB_OUTPUT"
|
||||
cd /tmp/uppy && git --no-pager diff --ignore-blank-lines >> "$GITHUB_OUTPUT"
|
||||
cd /tmp/uppy && git --no-pager diff --ignore-all-space -U0 | grep -Ev "^\+\s*$" >> "$GITHUB_OUTPUT"
|
||||
echo "$EOF" >> "$GITHUB_OUTPUT"
|
||||
- name: Add/update comment
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue