Skip to content

Commit

Permalink
wip: remove old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jan 9, 2025
1 parent 0e2e664 commit 06b39db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/application-js-cloudflare-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Debug Something
run: |
delimiter="EOF"
delimiter="EOF-$(date +%s%N)"
while IFS= read -r line; do
if [ -z "$line" ]; then
continue
Expand All @@ -55,9 +55,9 @@ jobs:
json_value="$(cut -d'=' -f2- <<< "$line")"
value="$(jq -r '.' <<< "$json_value")"
{
echo "$key<<EOF"
echo "$value"
echo "EOF"
printf "$key<<$delimiter\n"
printf "$value\n"
printf "$delimiter\n"
} >> "$GITHUB_ENV"
done <<< "$DEPLOY_SECRETS"
- name: Next Part
Expand Down

0 comments on commit 06b39db

Please sign in to comment.