Skip to content

Commit 3ba26fd

Browse files
committed
wip: remove old CI
1 parent 514c096 commit 3ba26fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ on:
1515
required: true
1616
DEPLOY_SECRETS:
1717
required: true
18-
ANOTHERTHING:
19-
required: true
2018
# CLOUDFLARE_ACCOUNT_ID:
2119
# required: true
2220
# CLOUDFLARE_ZONE_ID:
@@ -54,10 +52,8 @@ jobs:
5452
key="$(cut -d'=' -f1 <<< "$line")"
5553
json_value="$(cut -d'=' -f2- <<< "$line")"
5654
value="$(jq -r '.' <<< "$json_value")"
57-
5855
# Mask the value from the logs
5956
sed 's/^ */::add-mask::/' <<< "$value"
60-
6157
{
6258
printf "$key<<$delimiter\n"
6359
printf "$value\n"

0 commit comments

Comments
 (0)