From 726a4b0a282f74adec94998938ddc3bf46e94a01 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 10 Aug 2021 16:47:07 +0200 Subject: [PATCH] Update diary.yml --- .github/workflows/diary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diary.yml b/.github/workflows/diary.yml index 3cd21e5..29dbc72 100644 --- a/.github/workflows/diary.yml +++ b/.github/workflows/diary.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - name: Prepare branch run: | - git fetch + git fetch --all git branch -f self origin/self git checkout self - name: Install Lein