From 41f867e7613718dd06fe7193b7fcd2e821df4196 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 10 Aug 2021 16:51:13 +0200 Subject: [PATCH] Update diary.yml --- .github/workflows/diary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/diary.yml b/.github/workflows/diary.yml index 29dbc72..d5d48ad 100644 --- a/.github/workflows/diary.yml +++ b/.github/workflows/diary.yml @@ -17,8 +17,7 @@ jobs: - name: Prepare branch run: | git fetch --all - git branch -f self origin/self - git checkout self + git checkout ${{ github.head_ref }} - name: Install Lein run: | sudo apt update