mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07: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
|
- name: Commit and push
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
add: "WinApps-Launcher"
|
add: WinApps-Launcher
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
message: "Update submodules"
|
message: "Update submodules"
|
||||||
push: true
|
push: false
|
||||||
fetch: true
|
|
||||||
|
- 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