From b1afebae789ac8029d01d67d9ed0ed937e67b029 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 11 Nov 2020 11:14:39 +0100 Subject: [PATCH] fixed url for branch release/2.0.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42ed6e5..6f39aa3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repo run: | - git clone -b dev_ver2_0 https://github.com/aceisace/Inky-Calendar Inkycal + git clone -b release/2.0.0 https://github.com/aceisace/Inky-Calendar Inkycal - name: Install dependencies and run run: | python -m pip install --upgrade pip