From d73b0a1951f85650641e1e0f21ed3889d73114ce Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Thu, 14 Oct 2021 01:50:57 +0200 Subject: [PATCH] Fixing workflow --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5847b9e..05e8b04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: - name: Set up Taskwarrior run: | sudo apt-get install -y taskwarrior - yes yes | task version - name: Check out repository uses: actions/checkout@v2