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.
2 parents aeb3494 + 89a466d commit d38c2f2Copy full SHA for d38c2f2
.github/workflows/bb-masking-2.yml
@@ -77,8 +77,7 @@ jobs:
77
78
# Append to outputs (with unique identifiers)
79
echo "status_code=${status_code}" >> $GITHUB_OUTPUT
80
- echo "EOF" >> $GITHUB_OUTPUT
81
- echo "${body}" >> $GITHUB_OUTPUT
+ echo $body >> $GITHUB_OUTPUT
82
echo "EOF" >> $GITHUB_OUTPUT
83
84
if [[ $status_code -lt 200 || $status_code -ge 300 ]]; then
masking/masking-algorithm.json
@@ -6,7 +6,7 @@
6
{
7
"id": "9347822e-5a4a-4797-85ed-a59bb3115622",
8
"title": "md5-mask",
9
- "description": "iii am md5-mask",
+ "description": "i am md5-mask",
10
"category": "HASH",
11
"md5Mask": {
12
"salt": "salt"
0 commit comments