feat: add CI workflow to automatically check and report script changes in maintained apps (#32006)
This commit is contained in:
@@ -86,9 +86,9 @@ show_script_diff() {
|
||||
fi
|
||||
|
||||
# Create temporary files for diff
|
||||
TEMP_PREV=$(mktemp -t old)
|
||||
TEMP_CURR=$(mktemp -t new)
|
||||
|
||||
TEMP_PREV=$(mktemp -t old.XXXXXX)
|
||||
TEMP_CURR=$(mktemp -t new.XXXXXX)
|
||||
|
||||
echo "$PREV_SCRIPT" > "$TEMP_PREV"
|
||||
echo "$CURR_SCRIPT" > "$TEMP_CURR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user