We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b363837 commit 711f5cdCopy full SHA for 711f5cd
1 file changed
.github/workflows/claude-org-wide.yml
@@ -87,9 +87,10 @@ jobs:
87
COMMENT_BODY: ${{ github.event.comment.body }}
88
run: |
89
REQUEST=$(echo "$COMMENT_BODY" | sed 's|@phpstan-bot||g' | sed 's/^[[:space:]]*//')
90
- echo "request<<EOF" >> "$GITHUB_OUTPUT"
+ delimiter="$(openssl rand -hex 16)"
91
+ echo "request<<${delimiter}" >> "$GITHUB_OUTPUT"
92
echo "$REQUEST" >> "$GITHUB_OUTPUT"
- echo "EOF" >> "$GITHUB_OUTPUT"
93
+ echo "${delimiter}" >> "$GITHUB_OUTPUT"
94
95
- name: "Run Claude Code on repository"
96
uses: anthropics/claude-code-action@v1
0 commit comments