Skip to content

Commit 86ebd98

Browse files
update
1 parent 6b791c8 commit 86ebd98

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/bb-masking-semantic-type-global.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@ jobs:
9393
--header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
9494
--header "Content-Type: application/json" \
9595
--data @"$CHANGED_FILE")
96-
96+
9797
# Extract status code and response body
9898
status_code=$(echo "$response" | tail -n1)
9999
body=$(echo "$response" | sed '$d')
100100
101-
echo "Status code: $status_code"
102-
echo "Response body: $body"
103-
104-
# Append to outputs (with unique identifiers)
101+
echo "status_code=${status_code}" >> $GITHUB_OUTPUT
102+
echo "response_body<<EOF" >> $GITHUB_OUTPUT
105103
echo "${body}" >> $GITHUB_OUTPUT
106104
echo "EOF" >> $GITHUB_OUTPUT
107105

masking/global-masking-rule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"id": "76356d81-6231-4128-9be7-2c549fc505f5",
99
"condition": {
10-
"expression": "classification_level in [\"2\"]",
10+
"expression": "classification_level in [\"2\", \"3\"]",
1111
"title": "",
1212
"description": ""
1313
},

0 commit comments

Comments
 (0)