fix(ci): PR instead of pushing

This commit is contained in:
Oskar Manhart 2025-02-26 10:45:25 +01:00 committed by GitHub
parent f9b8a13fdc
commit 821bbcdadc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,15 @@ jobs:
- name: Commit and push
uses: EndBug/add-and-commit@v9
with:
add: "WinApps-Launcher"
add: WinApps-Launcher
default_author: github_actions
message: "Update submodules"
push: true
fetch: true
push: false
- name: Create PR
uses: peter-evans/create-pull-request@v7
with:
branch: chore/update_submodules
delete-branch: true
title: "Update submodules"