We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71590 commit 50a5586Copy full SHA for 50a5586
.github/workflows/application-js-cloudflare-feature.yml
@@ -46,7 +46,7 @@ jobs:
46
steps:
47
- name: Debug Something
48
run: |
49
- delimiter="EOF-$(date +%s%N)"
+ delimiter="EOF"
50
while IFS= read -r line; do
51
key="$(cut -d'=' -f1 <<< "$line")"
52
json_value="$(cut -d'=' -f2- <<< "$line")"
0 commit comments