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 9be1220 commit cfb8ede
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/application-js-cloudflare-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
key="$(cut -d'=' -f1 <<< "$line")"
json_value="$(cut -d'=' -f2- <<< "$line")"
value="$(jq -r '.' <<< "$json_value")"
echo "STEP"
echo "$key"
echo "$value"
printf "$key<<$delimiter\n" >> $GITHUB_ENV
printf "$value\n" >> $GITHUB_ENV
printf "$delimiter\n" >> $GITHUB_ENV
Expand Down

0 comments on commit cfb8ede

Please sign in to comment.