1
0
Fork 0
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:
Jason Nagin 2024-08-22 10:12:42 -04:00 committed by GitHub
commit 92d5a77166
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,10 +18,10 @@ jobs:
run: |
sudo apt install -y make rsync
# Checkout Main Repo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Checkout Wiki Repo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: ${{github.repository}}.wiki
persist-credentials: true