fix: Invalid repository, Expected format {owner}/{repo}.
Some checks failed
Build / build (push) Failing after 57s
Some checks failed
Build / build (push) Failing after 57s
This commit is contained in:
parent
c13261154f
commit
06da0b1e92
@ -11,7 +11,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Check is image already exists
|
# - name: Check is image already exists
|
||||||
# id: extract-version
|
# id: extract-version
|
||||||
@ -40,9 +40,9 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
- name: Get upstream repository
|
- name: Get upstream repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: https://github.com/ONLYOFFICE/DocumentServer/
|
repository: ONLYOFFICE/DocumentServer
|
||||||
ref: master
|
ref: master
|
||||||
path: upstream
|
path: upstream
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user