Skip to content

Commit a148b23

Browse files
committed
wip: remove old CI
1 parent 9fce810 commit a148b23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
run: |
4949
delimiter="EOF"
5050
while IFS= read -r line; do
51+
if [ -z "$line" ]; then
52+
continue
53+
fi
5154
key="$(cut -d'=' -f1 <<< "$line")"
5255
json_value="$(cut -d'=' -f2- <<< "$line")"
5356
value="$(jq -r '.' <<< "$json_value")"

0 commit comments

Comments
 (0)