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
parent
commit
93f6fc26eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pull_request.yml
  2. 2
      .github/workflows/push.yml

2
.github/workflows/pull_request.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: |

2
.github/workflows/push.yml

@ -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"

Loading…
Cancel
Save