mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Update AI_Agent_review.yml
Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
parent
2e987d935a
commit
3ce9fc2ec6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/AI_Agent_review.yml
vendored
3
.github/workflows/AI_Agent_review.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue