Skip to content

Commit cfb8ede

Browse files
committed
wip: remove old CI
1 parent 9be1220 commit cfb8ede

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
key="$(cut -d'=' -f1 <<< "$line")"
5252
json_value="$(cut -d'=' -f2- <<< "$line")"
5353
value="$(jq -r '.' <<< "$json_value")"
54+
55+
echo "STEP"
56+
echo "$key"
57+
echo "$value"
58+
5459
printf "$key<<$delimiter\n" >> $GITHUB_ENV
5560
printf "$value\n" >> $GITHUB_ENV
5661
printf "$delimiter\n" >> $GITHUB_ENV

0 commit comments

Comments
 (0)