Skip to content

Commit f51a781

Browse files
SHENGXING LUSHENGXING LU
authored andcommitted
custom repo test
1 parent a8f8ab1 commit f51a781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/system-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
echo "Parsing PR body for dependencies..."
3131
3232
# Parse PROXY dependency
33-
PROXY_LOCATION=$(echo '${{ github.event.pull_request.body }}' | grep '^PROXY:' | sed 's/PROXY: *//' | xargs)
33+
PROXY_LOCATION=$(echo '${{ github.event.pull_request.body }}' | grep '^PROXY:' | sed 's/PROXY: *//' | tr -d '\r' | sed 's/^[[:space:]]*//;s/[[:space:]]*$//' | xargs)
3434
echo "Proxy location: $PROXY_LOCATION"
3535
3636
# Parse CHARGING dependency
37-
CHARGING_LOCATION=$(echo '${{ github.event.pull_request.body }}' | grep '^CHARGING:' | sed 's/CHARGING: *//' | xargs)
37+
CHARGING_LOCATION=$(echo '${{ github.event.pull_request.body }}' | grep '^CHARGING:' | sed 's/CHARGING: *//' | tr -d '\r' | sed 's/^[[:space:]]*//;s/[[:space:]]*$//' | xargs)
3838
echo "Charging location: $CHARGING_LOCATION"
3939
4040
# Parse TM_VERSION

0 commit comments

Comments
 (0)