Skip to content

Commit ba32a48

Browse files
committed
update
1 parent 3dd5f68 commit ba32a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bb-masking-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
CHANGED_FILE="masking/data-classification.json"
6464
echo "Processing: $CHANGED_FILE"
6565
66-
response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.data-classification?allow_missing=true" \
66+
response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.data-classification" \
6767
--header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
6868
--header "Content-Type: application/json" \
6969
--data @"$CHANGED_FILE")

0 commit comments

Comments
 (0)