Skip to content

Commit 3a1d1fe

Browse files
fix(ci): filename
1 parent f580819 commit 3a1d1fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-renovate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
DIFF_TO_BE_REPORTED="$(mktemp)"
4949
mv "$DIFF_TO_BE_REPORTED" "${DIFF_TO_BE_REPORTED}.diff"
5050
echo "computing diff"
51-
git diff --no-index "$OLD.old.txt" "$NEW.new.txt" >> "$DIFF_TO_BE_REPORTED.diff"
52-
echo "uploading"
53-
printf 'DIFF=%s' "$(cat "$DIFF_TO_BE_REPORTED.diff")" >> "$GITHUB_OUTPUT"
51+
git diff --no-index "$OLD.old.txt" "$NEW.new.txt" >> "${DIFF_TO_BE_REPORTED}.diff"
52+
echo "uploading"
53+
printf 'DIFF=%s' "$(cat "${DIFF_TO_BE_REPORTED}.diff")" >> "$GITHUB_OUTPUT"
5454
- name: report diff
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)