Update AI_Agent_review.yml

Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
jeet041 2025-04-09 10:30:26 +05:30 committed by GitHub
parent 2e987d935a
commit 3ce9fc2ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ jobs:
id: extract
run: |
echo "##[set-output name=owner;]$(echo '${{ github.repository }}' | cut -d'/' -f1)"
echo "repo_name=${GITHUB_REPOSITORY#*/}" >> $GITHUB_OUTPUT
- name: Call Lambda with PR Details
run: |
@ -27,7 +28,7 @@ jobs:
"pr_number": "${{ github.event.pull_request.number }}",
"base_branch": "${{ github.event.pull_request.base.ref }}",
"main_branch": "${{ github.event.pull_request.head.ref }}",
"repo": "${{ github.repository }}",
"repo": "${{ steps.extract.outputs.repo_name }}",
"git_token": "${{ secrets.PAT_TOKEN }}"
}'
env: