Skip to content

Commit d38c2f2

Browse files
Merge pull request #17 from bytebase/a-branch-4
test
2 parents aeb3494 + 89a466d commit d38c2f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
7878
# Append to outputs (with unique identifiers)
7979
echo "status_code=${status_code}" >> $GITHUB_OUTPUT
80-
echo "EOF" >> $GITHUB_OUTPUT
81-
echo "${body}" >> $GITHUB_OUTPUT
80+
echo $body >> $GITHUB_OUTPUT
8281
echo "EOF" >> $GITHUB_OUTPUT
8382
8483
if [[ $status_code -lt 200 || $status_code -ge 300 ]]; then

masking/masking-algorithm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"id": "9347822e-5a4a-4797-85ed-a59bb3115622",
88
"title": "md5-mask",
9-
"description": "iii am md5-mask",
9+
"description": "i am md5-mask",
1010
"category": "HASH",
1111
"md5Mask": {
1212
"salt": "salt"

0 commit comments

Comments
 (0)