mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #37309 from nextcloud/fix/bump-icewind/streams-to-0.7.7-in-master
Bump icewind/streams to 0.7.7 in master
This commit is contained in:
commit
2afe26726b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/command-pull-3rdparty.yml
vendored
4
.github/workflows/command-pull-3rdparty.yml
vendored
|
|
@ -37,12 +37,12 @@ jobs:
|
|||
git config --local user.name "nextcloud-command"
|
||||
|
||||
- name: Pull 3rdparty
|
||||
run: git submodule foreach 'if [ "$sm_path" == "3rdparty" ]; then git pull origin ${{ github.event.pull_request.base.ref }}; fi'
|
||||
run: git submodule foreach 'if [ "$sm_path" == "3rdparty" ]; then git pull origin ${{ github.event.issue.pull_request.base.ref }}; fi'
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git add 3rdparty
|
||||
git commit -s -m "Update submodule 3rdparty to latest ${{ github.event.pull_request.base.ref }}"
|
||||
git commit -s -m "Update submodule 3rdparty to latest ${{ github.event.issue.pull_request.base.ref }}"
|
||||
git push
|
||||
|
||||
- name: Add reaction on failure
|
||||
|
|
|
|||
2
3rdparty
2
3rdparty
|
|
@ -1 +1 @@
|
|||
Subproject commit 95330ecbe44f864edd0d193f249ca2acc84d9d06
|
||||
Subproject commit 61a25781426c010588c4758da451fbded2e08465
|
||||
Loading…
Reference in a new issue