Skip to content

Commit 3597b14

Browse files
committed
wip: remove old CI
1 parent 49b7b19 commit 3597b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"
4444
while IFS='=' read -r key json_value; do
4545
value="$(jq -Rs '.' <<< "$json_value")"
46-
echo $key
47-
echo $value
46+
echo "$key"
47+
echo "$value"
4848
done <<< '${{ secrets.DEPLOY_SECRETS }}'
4949
5050
# # Lint the code

0 commit comments

Comments
 (0)