Browse Source
Use https instead of git protocol in GitHub Actions (#1324)
Co-authored-by: randymcmillan <randy.lee.mcmillan@gmail.com>
0.4.17
Thebora Kompanioni
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/pull_request.yml
-
.github/workflows/push.yml
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
sudo systemctl restart docker |
|
|
|
- name: Download Umbrel OS build scripts |
|
|
|
run: | |
|
|
|
git clone git://github.com/getumbrel/umbrel-os.git |
|
|
|
git clone https://github.com/getumbrel/umbrel-os.git |
|
|
|
|
|
|
|
- name: Build Umbrel OS |
|
|
|
run: | |
|
|
|
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
sudo systemctl restart docker |
|
|
|
- name: Download Umbrel OS build scripts |
|
|
|
run: | |
|
|
|
git clone git://github.com/getumbrel/umbrel-os.git |
|
|
|
git clone https://github.com/getumbrel/umbrel-os.git |
|
|
|
- name: Setting env vars |
|
|
|
run: | |
|
|
|
UMBREL_OS_VERSION="dev" |
|
|
|