Skip to content

Commit 22a9e75

Browse files
committed
Strip off comma
1 parent a7f947d commit 22a9e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oracle-db-deinstall.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
IFS=""
9797
TargetHost+=${environment_name}_${target},
9898
done
99-
echo "TargetHost=${TargetHost}" >> $GITHUB_OUTPUT
99+
echo "TargetHost=${TargetHost%?}" >> $GITHUB_OUTPUT
100100
101101
- name: Checkout From hmpps-delius-operational-automation
102102
uses: actions/checkout@v4

0 commit comments

Comments
 (0)