Skip to content

Commit

Permalink
Merge pull request #37309 from nextcloud/fix/bump-icewind/streams-to-…
Browse files Browse the repository at this point in the history
…0.7.7-in-master

Bump icewind/streams to 0.7.7 in master
  • Loading branch information
come-nc authored Mar 27, 2023
2 parents 0be7548 + adb8857 commit 2afe267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/command-pull-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2afe267

Please sign in to comment.