Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci test #406

Open
wants to merge 21 commits into
base: ci-test-2
Choose a base branch
from
Prev Previous commit
Next Next commit
ci test
waynehamadi committed Jun 3, 2023
commit 3f4591aed2b3cf6b5982d02a2396145e50adaf50
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -93,15 +93,17 @@ jobs:
name: Push updated cassettes
run: |
cd tests/Auto-GPT-test-cassettes
echo ${{ secrets.PAT_REVIEW }} | gh auth login --with-token
git config --global user.name "Auto-GPT-Bot"
git config --global user.email "github-bot@agpt.co"



echo "test" >> test.txt
git add .
git commit -m "ok"
git checkout -b test
git push -f origin test

git push -f https://${{ secrets.PAT_REVIEW }}@github.com/Significant-Gravitas/Auto-GPT-test-cassettes.git HEAD:refs/heads/test

# Check if there are any changes
if ! git diff --quiet; then