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.
1 parent 79bb1d2 commit 69821eaCopy full SHA for 69821ea
action.yml
@@ -34,7 +34,9 @@ runs:
34
shell: bash
35
run: |
36
if [ -n "$CUSTOM_GUIDELINES" ]; then
37
- echo "context=$(jq -n --arg guidelines "$CUSTOM_GUIDELINES" '{custom_guidelines: $guidelines}')" >> $GITHUB_OUTPUT
+ echo 'context<<EOF' >> $GITHUB_OUTPUT
38
+ echo "$(jq -n --arg guidelines "$CUSTOM_GUIDELINES" '{custom_guidelines: $guidelines}')" >> $GITHUB_OUTPUT
39
+ echo 'EOF' >> $GITHUB_OUTPUT
40
else
41
echo "context={}" >> $GITHUB_OUTPUT
42
fi
0 commit comments