Skip to content

Commit 9a7ebeb

Browse files
Merge pull request #14 from bytebase/a-branch-4
test
2 parents 237bd03 + 8bc7c79 commit 9a7ebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)