Skip to content

Commit 8057865

Browse files
Update agent_.yml
1 parent bcf5756 commit 8057865

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/agent_.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
script: |
4545
const body = `### 🔍 Automated Search Results\n${steps.search.outputs.message}`;
4646
await github.rest.issues.createComment({
47-
owner: context.repo.owner,
48-
repo: context.repo.repo,
49-
issue_number: context.issue.number,
50-
body
51-
});
47+
owner: context.repo.owner,
48+
repo: context.repo.repo,
49+
issue_number: context.issue.number,
50+
body
51+
});
5252
env:
5353
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)