Skip to content

Commit e34521b

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656
echo "$key"
5757
echo "$value"
5858
59-
printf "$key<<$delimiter\n" >> $GITHUB_ENV
60-
printf "$value\n" >> $GITHUB_ENV
61-
printf "$delimiter\n" >> $GITHUB_ENV
59+
{
60+
printf "$key<<$delimiter\n"
61+
printf "$value\n"
62+
printf "$delimiter\n"
63+
} >> $GITHUB_ENV
6264
done <<< "$DEPLOY_SECRETS"
6365
- name: Next Part
6466
run: |

0 commit comments

Comments
 (0)