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 237bd03 + 8bc7c79 commit 9a7ebebCopy full SHA for 9a7ebeb
.github/workflows/bb-masking-2.yml
@@ -76,7 +76,7 @@ jobs:
76
echo "Response body: $body"
77
78
# Append to outputs (with unique identifiers)
79
- echo "status_code=${status_code}" >> $GITHUB_OUTPUT
+ echo "status_code=${status_code}<<EOF" >> $GITHUB_OUTPUT
80
echo "${body}" >> $GITHUB_OUTPUT
81
echo "EOF" >> $GITHUB_OUTPUT
82
0 commit comments