aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2023-03-27 17:30:29 +0200
committerGitHub <noreply@github.com>2023-03-27 17:30:29 +0200
commit2afe26726bb48f78ef80ef1549834160121caaa4 (patch)
tree97e6609f0ad5a96e202cbcbfeea74f9de79a980f /.github/workflows
parent0be7548e22afa44da030484aaaee2fbfac3b2d51 (diff)
parentadb885755a9fc87a6c1aa4c5e43cf6130d560011 (diff)
downloadnextcloud-server-2afe26726bb48f78ef80ef1549834160121caaa4.tar.gz
nextcloud-server-2afe26726bb48f78ef80ef1549834160121caaa4.zip
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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/command-pull-3rdparty.yml4
1 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