Skip to content

Commit

Permalink
remove pr for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Jan 2, 2025
1 parent 6d53ddf commit 3d77d1a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/manual_api_cache_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,8 @@ jobs:
git checkout -b api-bot/update-cache
git config user.name "Blender Launcher[bot]"
git config user.email "Blender-Launcher[bot]@users.noreply.github.com"
git add .
git commit -m "Update cache files"
git add -A
git commit -m "Update cache files" || echo "No changes to commit"
- name: Push Changes
run: |
git push origin api-bot/update-cache
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: api-bot/update-cache
base: main
title: "[Bot] Automated cache update"
body: |
Automated API cache update
git push --set-upstream origin api-bot/update-cache || echo "Push failed"

0 comments on commit 3d77d1a

Please sign in to comment.