mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #37229 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.13.7
Bump giggsey/libphonenumber-for-php to 8.13.7 in master
This commit is contained in:
commit
8abad79bb8
2 changed files with 7 additions and 2 deletions
7
.github/workflows/command-pull-3rdparty.yml
vendored
7
.github/workflows/command-pull-3rdparty.yml
vendored
|
|
@ -31,13 +31,18 @@ jobs:
|
|||
fetch-depth: 0
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
|
||||
- name: Setup git
|
||||
run: |
|
||||
git config --local user.email "nextcloud-command@users.noreply.github.com"
|
||||
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'
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git add 3rdparty
|
||||
git commit -m "Update submodule 3rdparty to latest ${{ github.event.pull_request.base.ref }}"
|
||||
git commit -s -m "Update submodule 3rdparty to latest ${{ github.event.pull_request.base.ref }}"
|
||||
git push
|
||||
|
||||
- name: Add reaction on failure
|
||||
|
|
|
|||
2
3rdparty
2
3rdparty
|
|
@ -1 +1 @@
|
|||
Subproject commit 0ec73636ee36558960a1df60828b645ef3d4a53c
|
||||
Subproject commit 95330ecbe44f864edd0d193f249ca2acc84d9d06
|
||||
Loading…
Reference in a new issue