We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8d2c3 commit 764d4b8Copy full SHA for 764d4b8
.github/workflows/bb-masking-3.yml
@@ -68,7 +68,7 @@ jobs:
68
--header "Content-Type: application/json" \
69
--data @"$CHANGED_FILE")
70
71
- # Extract status code and response body
+ # Extract status code and response body
72
status_code=$(echo "$response" | tail -n1)
73
body=$(echo "$response" | sed '$d')
74
masking/data-classification.json
@@ -8,7 +8,7 @@
8
"levels": [
9
{
10
"id": "1",
11
- "title": "Level 01",
+ "title": "Level 1",
12
"description": ""
13
},
14
0 commit comments