fix ssh url
This commit is contained in:
parent
4719ba2d52
commit
d5af0e7ad1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Clone build repository
|
- name: Clone build repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: git@git.abstractnonsen.se/latex/latex-packages-build
|
repository: git@git.abstractnonsen.se:latex/latex-packages-build
|
||||||
path: build/LatexPackagesBuild
|
path: build/LatexPackagesBuild
|
||||||
ref: master
|
ref: master
|
||||||
- name: Checkout correct branch in build repository
|
- name: Checkout correct branch in build repository
|
||||||
|
|
Loading…
Reference in a new issue