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 06b39db commit 514c096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/application-js-cloudflare-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
key="$(cut -d'=' -f1 <<< "$line")"
json_value="$(cut -d'=' -f2- <<< "$line")"
value="$(jq -r '.' <<< "$json_value")"
# Mask the value from the logs
sed 's/^ */::add-mask::/' <<< "$value"
{
printf "$key<<$delimiter\n"
printf "$value\n"
Expand Down

0 comments on commit 514c096

Please sign in to comment.