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