From 04133698b3c098237cc80eebf3978d7f0d77e46f Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 19 Dec 2024 12:54:30 -0500 Subject: [PATCH] undo a file that must've been changed accidentally in a merge --- .github/scripts/map-affected-files-to-modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/map-affected-files-to-modules.sh b/.github/scripts/map-affected-files-to-modules.sh index 34f058529cf..756c2b45077 100755 --- a/.github/scripts/map-affected-files-to-modules.sh +++ b/.github/scripts/map-affected-files-to-modules.sh @@ -57,4 +57,4 @@ echo "Affected modules: ${affected_modules[@]}" # Convert bash array to a JSON array for GitHub Actions json_array=$(printf '%s\n' "${affected_modules[@]}" | jq -R . | jq -s . | jq -c) -echo "module_names=$json_array" >> "$GITHUB_OUTPUT" +echo "module_names=$json_array" >> "$GITHUB_OUTPUT" \ No newline at end of file