File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ jobs:
161161 --admin-pass admin
162162 ./occ --version
163163 ./occ app:enable --force ${{ env.APP_NAME }}
164- git clone --depth 1 -b main https://github.com/nextcloud/notifications apps/notifications
164+ git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/notifications apps/notifications
165165 composer --working-dir=apps/notifications install --no-dev
166166 ./occ app:enable --force notifications
167- git clone --depth 1 -b main https://github.com/nextcloud/activity apps/activity
167+ git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
168168 composer --working-dir=apps/activity install --no-dev
169169 ./occ app:enable --force activity
170170 ./occ config:system:set allow_local_remote_servers --value true --type boolean
You can’t perform that action at this time.
0 commit comments