File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 git submodule sync --recursive
5959 git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
6060
61+ - name : Register main git reference
62+ run : |
63+ main_app_ref="$(if [ "${{ matrix.server-versions }}" = "master" ]; then echo -n "main"; else echo -n "${{ matrix.server-versions }}"; fi)"
64+ echo "main_app_ref=$main_app_ref" >> $GITHUB_ENV
65+
6166 - name : Checkout viewer
6267 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6368 with :
6974 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7075 with :
7176 repository : nextcloud/spreed
72- ref : ${{ matrix.server-versions }}
77+ ref : ${{ env.main_app_ref }}
7378 path : apps/spreed
7479
7580 - name : Checkout files_pdfviewer
You can’t perform that action at this time.
0 commit comments