From 812c4710f8ff9ca9cf0611fc7c3652c5dd26eefa Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 24 Aug 2024 14:13:09 -0400 Subject: [PATCH] typo --- .forgejo/workflows/test-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index ce9a708..c3267ed 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -29,7 +29,7 @@ jobs: git clone https://github.com/ONLYOFFICE/document-server-integration -b v$pkgver.$buildno build/document-server-integration git clone https://github.com/ONLYOFFICE/document-templates -b v$pkgver.$buildno build/document-templates git clone https://github.com/ONLYOFFICE/onlyoffice.github.io build/onlyoffice.github.io - git clone https://github.com/ONLYOFFICE/document-server-package.git -b $pkgver.$buildno build/document-server-package + git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package - name: Applying patches run: | git -C build/server apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/server.patch