Skip to content

Commit 6225a3b

Browse files
committed
fixup! fixup! fixup! fixup! ci(nextcloud-ocp): Unify the update path for nextcloud/ocp
1 parent 7398b5f commit 6225a3b

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -95,27 +95,6 @@ jobs:
9595
title: 'Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}'
9696
body: 'Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}'
9797

98-
- name: Reset checkout 3rdparty
99-
if: steps.checkout.outcome == 'success'
100-
run: |
101-
git clean -f 3rdparty
102-
git checkout 3rdparty
103-
continue-on-error: true
104-
105-
- name: Reset checkout vendor
106-
if: steps.checkout.outcome == 'success'
107-
run: |
108-
git clean -f vendor
109-
git checkout vendor
110-
continue-on-error: true
111-
112-
- name: Reset checkout vendor-bin
113-
if: steps.checkout.outcome == 'success'
114-
run: |
115-
git clean -f vendor-bin
116-
git checkout vendor-bin
117-
continue-on-error: true
118-
11998
- name: Create Pull Request
12099
if: steps.checkout.outcome == 'success'
121100
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
@@ -127,6 +106,13 @@ jobs:
127106
signoff: true
128107
branch: 'automated/noid/${{ matrix.branches }}-update-nextcloud-ocp'
129108
title: '[${{ matrix.branches }}] Update nextcloud/ocp dependency'
109+
add-path: |
110+
composer.json
111+
composer.lock
112+
vendor-bin/nextcloud-ocp2/composer.json
113+
vendor-bin/nextcloud-ocp2/composer.lock
114+
vendor-bin/nextcloud-ocp/composer.json
115+
vendor-bin/nextcloud-ocp/composer.lock
130116
body: |
131117
Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency
132118
labels: |

0 commit comments

Comments
 (0)