Skip to content

Commit 711f5cd

Browse files
committed
Random delimiter to pass to GITHUB_OUTPUT
1 parent b363837 commit 711f5cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)