Skip to content

Commit

Permalink
Push to main instead of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Jan 2, 2025
1 parent 3d77d1a commit 3ae5a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual_api_cache_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
python scripts/update_cache_api.py
- name: Commit Changes
run: |
git checkout -b api-bot/update-cache
git config user.name "Blender Launcher[bot]"
git checkout main
git config user.name "Blender Launcher"
git config user.email "Blender-Launcher[bot]@users.noreply.github.com"
git add -A
git commit -m "Update cache files" || echo "No changes to commit"
- name: Push Changes
run: |
git push --set-upstream origin api-bot/update-cache || echo "Push failed"
git push --set-upstream origin main/update-cache || echo "Push failed"

0 comments on commit 3ae5a0f

Please sign in to comment.