Skip to content

Commit f580819

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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" "$NEW" >> "$DIFF_TO_BE_REPORTED.diff"
51+
git diff --no-index "$OLD.old.txt" "$NEW.new.txt" >> "$DIFF_TO_BE_REPORTED.diff"
5252
echo "uploading"
5353
printf 'DIFF=%s' "$(cat "$DIFF_TO_BE_REPORTED.diff")" >> "$GITHUB_OUTPUT"
5454
- name: report diff

0 commit comments

Comments
 (0)