Fixed wiki repo url.

This commit is contained in:
Garth Minette 2021-05-16 12:52:31 -07:00
parent 45e68af2d7
commit 110b9fbda4
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout Wiki - name: Checkout Wiki
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: https://github.com/revarbat/BOSL2.wiki.git repository: revarbat/BOSL2.wiki
path: BOSL2.wiki path: BOSL2.wiki
- name: Install gifsicle - name: Install gifsicle

View file

@ -30,7 +30,7 @@ jobs:
- name: Clone Wiki - name: Clone Wiki
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: https://github.com/revarbat/BOSL2.wiki.git repository: revarbat/BOSL2.wiki
path: BOSL2.wiki path: BOSL2.wiki
- name: Apt Update - name: Apt Update