File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878 echo "File content:"
7979 cat "$CHANGED_FILE"
8080
81- response=$(curl -v - s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.semantic-types" \
81+ response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.semantic-types" \
8282 --header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
8383 --header "Content-Type: application/json" \
8484 --data @"$CHANGED_FILE")
Original file line number Diff line number Diff line change 1515 },
1616 {
1717 "id" : " e8d3fd41-eba0-4afd-ae0f-32c91a4ee710" ,
18- "title" : " Personal sensitive data" ,
18+ "title" : " Personal sensitive data x " ,
1919 "description" : " Custom semantic type with full masking for personal sensitive data" ,
2020 "algorithm" : {
2121 "fullMask" : {
You can’t perform that action at this time.
0 commit comments