Skip to content

Commit

Permalink
undo a file that must've been changed accidentally in a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Dec 19, 2024
1 parent 435d955 commit 0413369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/map-affected-files-to-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0413369

Please sign in to comment.