Skip to content

Commit 054c876

Browse files
committed
try to trim white space
1 parent 9dbfbcb commit 054c876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
sudo apt-get install -y sed
5555
- name: combine to full connection string
5656
run: |
57-
echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" >> $GITHUB_ENV
57+
echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
5858
- name: fix connection string
5959
run: |
6060
chmod 755 deployment/fix.sh

0 commit comments

Comments
 (0)