Skip to content

Commit

Permalink
fix(ci): filename
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Apr 13, 2024
1 parent 5891261 commit f580819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
DIFF_TO_BE_REPORTED="$(mktemp)"
mv "$DIFF_TO_BE_REPORTED" "${DIFF_TO_BE_REPORTED}.diff"
echo "computing diff"
git diff --no-index "$OLD" "$NEW" >> "$DIFF_TO_BE_REPORTED.diff"
git diff --no-index "$OLD.old.txt" "$NEW.new.txt" >> "$DIFF_TO_BE_REPORTED.diff"
echo "uploading"
printf 'DIFF=%s' "$(cat "$DIFF_TO_BE_REPORTED.diff")" >> "$GITHUB_OUTPUT"
- name: report diff
Expand Down

0 comments on commit f580819

Please sign in to comment.