Skip to content

Commit

Permalink
Remove rebase for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Jan 2, 2025
1 parent 0dab5df commit 6d53ddf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/manual_api_cache_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ jobs:
python scripts/update_cache_api.py
- name: Commit Changes
run: |
git fetch origin main
git checkout -b api-bot/update-cache
git stash push -m "Pre-rebase stash"
git rebase origin/main
git push
git stash pop
git config user.name "Blender Launcher[bot]"
git config user.email "Blender-Launcher[bot]@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 6d53ddf

Please sign in to comment.