Skip to content

Commit 3dd5f68

Browse files
authored
Merge pull request #4 from OP3ratordec/o-branch-1
test
2 parents 0d8d2c3 + 764d4b8 commit 3dd5f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--header "Content-Type: application/json" \
6969
--data @"$CHANGED_FILE")
7070
71-
# Extract status code and response body
71+
# Extract status code and response body
7272
status_code=$(echo "$response" | tail -n1)
7373
body=$(echo "$response" | sed '$d')
7474

masking/data-classification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"levels": [
99
{
1010
"id": "1",
11-
"title": "Level 01",
11+
"title": "Level 1",
1212
"description": ""
1313
},
1414
{

0 commit comments

Comments
 (0)