aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2023-03-15 18:14:18 +0100
committerGitHub <noreply@github.com>2023-03-15 18:14:18 +0100
commit8abad79bb83187aea0099df60de7c42ecbdf04f7 (patch)
tree7e6538687b4450af45194fb026c303dab1b2fade
parentd9bc922a1b9752feb77ec0b6528e68f5fbac53bb (diff)
parent8e0828f096e00734efd38b14651d4a2fba74ba0a (diff)
downloadnextcloud-server-8abad79bb83187aea0099df60de7c42ecbdf04f7.tar.gz
nextcloud-server-8abad79bb83187aea0099df60de7c42ecbdf04f7.zip
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
-rw-r--r--.github/workflows/command-pull-3rdparty.yml7
m---------3rdparty0
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml
index e53274799f9..44223c47704 100644
--- a/.github/workflows/command-pull-3rdparty.yml
+++ b/.github/workflows/command-pull-3rdparty.yml
@@ -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
diff --git a/3rdparty b/3rdparty
-Subproject 0ec73636ee36558960a1df60828b645ef3d4a53
+Subproject 95330ecbe44f864edd0d193f249ca2acc84d9d0