Skip to content

Commit aeb3494

Browse files
Merge pull request #16 from bytebase/a-branch-4
test
2 parents 6b1ba2c + 42fd2c3 commit aeb3494

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
echo "Response body: $body"
7777
7878
# Append to outputs (with unique identifiers)
79-
echo "status_code=${status_code}<<EOF" >> $GITHUB_OUTPUT
79+
echo "status_code=${status_code}" >> $GITHUB_OUTPUT
80+
echo "EOF" >> $GITHUB_OUTPUT
8081
echo "${body}" >> $GITHUB_OUTPUT
8182
echo "EOF" >> $GITHUB_OUTPUT
8283

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": "i am md5-mask",
9+
"description": "iii am md5-mask",
1010
"category": "HASH",
1111
"md5Mask": {
1212
"salt": "salt"

0 commit comments

Comments
 (0)