Skip to content

Commit 50a5586

Browse files
committed
wip: remove old CI
1 parent fb71590 commit 50a5586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- name: Debug Something
4848
run: |
49-
delimiter="EOF-$(date +%s%N)"
49+
delimiter="EOF"
5050
while IFS= read -r line; do
5151
key="$(cut -d'=' -f1 <<< "$line")"
5252
json_value="$(cut -d'=' -f2- <<< "$line")"

0 commit comments

Comments
 (0)