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 6b1ba2c + 42fd2c3 commit aeb3494Copy full SHA for aeb3494
.github/workflows/bb-masking-2.yml
@@ -76,7 +76,8 @@ jobs:
76
echo "Response body: $body"
77
78
# Append to outputs (with unique identifiers)
79
- echo "status_code=${status_code}<<EOF" >> $GITHUB_OUTPUT
+ echo "status_code=${status_code}" >> $GITHUB_OUTPUT
80
+ echo "EOF" >> $GITHUB_OUTPUT
81
echo "${body}" >> $GITHUB_OUTPUT
82
echo "EOF" >> $GITHUB_OUTPUT
83
masking/masking-algorithm.json
@@ -6,7 +6,7 @@
6
{
7
"id": "9347822e-5a4a-4797-85ed-a59bb3115622",
8
"title": "md5-mask",
9
- "description": "i am md5-mask",
+ "description": "iii am md5-mask",
10
"category": "HASH",
11
"md5Mask": {
12
"salt": "salt"
0 commit comments