Skip to content

Commit 6a3e0d4

Browse files
authored
Merge pull request #5 from OP3ratordec/o-branch-1
update
2 parents 3dd5f68 + ba32a48 commit 6a3e0d4

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)