Skip to content

Commit b78baeb

Browse files
committed
docs: add bash annotation
1 parent bb61e3e commit b78baeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/tutorials/github-action-data-masking-part1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Let's dig into the GitHub Actions workflow [code](https://github.com/bytebase/da
8787

8888
1. **Apply Masking Columns**: Then step `Apply column masking` will apply the column masking to the database. First it will parse all the column masking files and then do a loop to apply the column masking to the database one by one. The code it calls Bytebase API is as follows:
8989

90-
```
90+
```bash
9191
response=$(curl -s -w "\n%{http_code}" --request PATCH "${BYTEBASE_API_URL}/instances/${INSTANCE_NAME}/databases/${DATABASE_NAME}/policies/masking?allow_missing=true&update_mask=payload" \
9292
--header "Authorization: Bearer ${BYTEBASE_TOKEN}" \
9393
--header "Content-Type: application/json" \

0 commit comments

Comments
 (0)