mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
fix(ci): PR instead of pushing
This commit is contained in:
parent
f9b8a13fdc
commit
821bbcdadc
13
.github/workflows/update-submodule.yaml
vendored
13
.github/workflows/update-submodule.yaml
vendored
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user