From 06da0b1e92f1ee02e1847851c68f9274b9f638ed Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Sat, 27 Jan 2024 02:44:09 +0100 Subject: [PATCH] fix: Invalid repository, Expected format {owner}/{repo}. --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d6cc255..24e25c3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 # - name: Check is image already exists # id: extract-version @@ -40,9 +40,9 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Get upstream repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: - repository: https://github.com/ONLYOFFICE/DocumentServer/ + repository: ONLYOFFICE/DocumentServer ref: master path: upstream