Skip to content

Commit b363837

Browse files
committed
Test
1 parent d29c44b commit b363837

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/claude-org-wide.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,9 @@ jobs:
8787
COMMENT_BODY: ${{ github.event.comment.body }}
8888
run: |
8989
REQUEST=$(echo "$COMMENT_BODY" | sed 's|@phpstan-bot||g' | sed 's/^[[:space:]]*//')
90-
{
91-
echo "request<<EOF"
92-
echo "$REQUEST"
93-
echo "EOF"
94-
} >> "$GITHUB_OUTPUT"
90+
echo "request<<EOF" >> "$GITHUB_OUTPUT"
91+
echo "$REQUEST" >> "$GITHUB_OUTPUT"
92+
echo "EOF" >> "$GITHUB_OUTPUT"
9593
9694
- name: "Run Claude Code on repository"
9795
uses: anthropics/claude-code-action@v1

0 commit comments

Comments
 (0)