Skip to content

Commit 0abe232

Browse files
Update agent_.yml
1 parent e0b1d0c commit 0abe232

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/agent_.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/github-script@v7
4444
with:
4545
script: |
46-
const body = `### 🔍 Automated Search Results\n${steps.search.outputs.message}`;
46+
const body = `### 🔍 Automated Search Results\n${process.env.SEARCH_MESSAGE}`;
4747
await github.rest.issues.createComment({
4848
owner: context.repo.owner,
4949
repo: context.repo.repo,
@@ -53,3 +53,4 @@ jobs:
5353
5454
env:
5555
token: ${{ secrets.GITHUB_TOKEN }}
56+
SEARCH_MESSAGE: ${{ steps.search.outputs.message }}

0 commit comments

Comments
 (0)