mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-09 01:04:25 +01:00
Always send to google drive (#185)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -201,9 +201,7 @@ jobs:
|
||||
git fetch origin $current_branch
|
||||
git rebase origin/$current_branch
|
||||
git push origin HEAD
|
||||
if [ "$current_branch" == "master" ]; then
|
||||
poetry run python send_to_googledrive.py
|
||||
fi
|
||||
poetry run python send_to_googledrive.py || echo "Failed to upload to Google Drive"
|
||||
env:
|
||||
GDRIVE_BASE64: ${{ secrets.GDRIVE_BASE64 }}
|
||||
GITHUB_REF_NAME: ${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user