Skip to content

Commit

Permalink
Change base to master and not main.
Browse files Browse the repository at this point in the history
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
  • Loading branch information
chimosky committed Aug 30, 2024
1 parent da0f78b commit e050c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weblate-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create Pull Request
run: gh pr create --base main --head weblate-sync -t "Weblate Synchronization" --body ""
run: gh pr create --base master --head weblate-sync -t "Weblate Synchronization" --body ""
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit e050c28

Please sign in to comment.