mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
CI: set base repo before gh pr checkout (#4363)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -117,6 +117,7 @@ jobs:
|
||||
git diff --cached --quiet tests && echo "No changes to commit" && exit 0
|
||||
find tests -type f -name '*.yaml' -print0 | xargs -0 git add
|
||||
echo '${{ secrets.PAT_REVIEW }}' | gh auth login --with-token
|
||||
gh repo set-default ${{ github.repository }}
|
||||
gh pr checkout ${{ github.event.pull_request.number }}
|
||||
git config --global user.name "Auto-GPT-Bot"
|
||||
git config --global user.email "github-bot@agpt.co"
|
||||
|
||||
Reference in New Issue
Block a user