diff options
-rw-r--r-- | .github/workflows/command-pull-3rdparty.yml | 4 | ||||
m--------- | 3rdparty | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml index 44223c47704..83232e22c67 100644 --- a/.github/workflows/command-pull-3rdparty.yml +++ b/.github/workflows/command-pull-3rdparty.yml @@ -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 diff --git a/3rdparty b/3rdparty -Subproject 95330ecbe44f864edd0d193f249ca2acc84d9d0 +Subproject 61a25781426c010588c4758da451fbded2e0846 |