mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Merge branch 'main' into fix_volid
This commit is contained in:
commit
92d5a77166
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update_wiki.yml
vendored
4
.github/workflows/update_wiki.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y make rsync
|
sudo apt install -y make rsync
|
||||||
# Checkout Main Repo
|
# Checkout Main Repo
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Checkout Wiki Repo
|
# Checkout Wiki Repo
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{github.repository}}.wiki
|
repository: ${{github.repository}}.wiki
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue