Skip to content

Commit

Permalink
fix the base branch in sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Archfx authored Jul 26, 2024
1 parent 6955cdc commit e580fbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 0 * * 0'

jobs:
update-TrebleDroid-patches:
sync-bot:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -40,7 +40,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
commit-message: "feat: sync with latest sources of TrebleDroid [via Ponces]"
branch: main-14
branch: sync-bot
base: main-14
title: "TrebleDroid patches"
body: "This PR updates the patches from TrebleDroid."
labels: 'automated-pr'

0 comments on commit e580fbd

Please sign in to comment.