try fix parenthesis

This commit is contained in:
Amy Galles
2025-05-27 15:51:39 -07:00
parent 042e59fa5b
commit 0823bfecc6

View File

@@ -88,7 +88,7 @@ jobs:
--name google-services.json --file ${{ github.workspace }}/app/src/standardRelease/google-services.json --output none
- name: Format Release Notes
run: |
FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/ /\n/g'"
FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/ /\n/g')"
echo "Formatted message with newlines:"
echo "$FORMATTED_MESSAGE"
echo "FORMATTED_MESSAGE<<EOF" >> $GITHUB_ENV