Skip to content

Commit 49b7b19

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

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
@@ -41,6 +41,11 @@ jobs:
4141
- name: Debug Something
4242
run: |
4343
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"
44+
while IFS='=' read -r key json_value; do
45+
value="$(jq -Rs '.' <<< "$json_value")"
46+
echo $key
47+
echo $value
48+
done <<< '${{ secrets.DEPLOY_SECRETS }}'
4449
4550
# # Lint the code
4651
# feature-lint:

0 commit comments

Comments
 (0)