Skip to content

Commit 514c096

Browse files
committed
wip: remove old CI
1 parent 06b39db commit 514c096

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
key="$(cut -d'=' -f1 <<< "$line")"
5555
json_value="$(cut -d'=' -f2- <<< "$line")"
5656
value="$(jq -r '.' <<< "$json_value")"
57+
58+
# Mask the value from the logs
59+
sed 's/^ */::add-mask::/' <<< "$value"
60+
5761
{
5862
printf "$key<<$delimiter\n"
5963
printf "$value\n"

0 commit comments

Comments
 (0)